You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Rename WINRT_ENABLED to UWP_ENABLED
This commit is contained in:
4
thirdparty/openssl/uwp.cpp
vendored
4
thirdparty/openssl/uwp.cpp
vendored
@@ -44,7 +44,7 @@ int RAND_poll(void)
|
||||
return 1;
|
||||
}
|
||||
|
||||
#if defined(WINRT_ENABLED)
|
||||
#if defined(UWP_ENABLED)
|
||||
extern "C"
|
||||
{
|
||||
#include<stdio.h>
|
||||
@@ -152,4 +152,4 @@ extern "C"
|
||||
void *OPENSSL_UplinkTable [26]= {0};
|
||||
} //extern C
|
||||
|
||||
#endif /*defined(WINRT_ENABLED)*/
|
||||
#endif /*defined(UWP_ENABLED)*/
|
||||
|
||||
Reference in New Issue
Block a user