mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 17:11:30 +00:00
Rename remaining WinRT references to UWP
This commit is contained in:
parent
b113c7b7a3
commit
411faaa6f4
18 changed files with 169 additions and 169 deletions
4
thirdparty/openssl/uwp.cpp
vendored
4
thirdparty/openssl/uwp.cpp
vendored
|
|
@ -1,7 +1,7 @@
|
|||
/* Snippets extracted from https://github.com/Microsoft/openssl/blob/ec7e430e06e4e3ac87c183dee33cb216814cf980/ms/winrt.cpp
|
||||
* Adapted for Godot definitions
|
||||
*/
|
||||
/* winrt.cpp
|
||||
/* uwp.cpp
|
||||
* Copyright 2014 Microsoft Corporation
|
||||
* C++/CX Entropy/shims for Windows Phone/Windows Store platform
|
||||
* written by Alejandro Jimenez Martinez
|
||||
|
|
@ -144,7 +144,7 @@ extern "C"
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
int winrt_GetTickCount(void)
|
||||
int uwp_GetTickCount(void)
|
||||
{
|
||||
LARGE_INTEGER t;
|
||||
return(int) (QueryPerformanceCounter(&t) ? t.QuadPart : 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue