You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Fix build for WinRT using VS2017
This commit is contained in:
4
thirdparty/openssl/winrt.cpp
vendored
4
thirdparty/openssl/winrt.cpp
vendored
@@ -88,10 +88,12 @@ BOOL __cdecl GetUserObjectInformationW(
|
||||
_Out_opt_ LPDWORD lpnLengthNeeded) {
|
||||
return 0;
|
||||
}
|
||||
int __cdecl GetStdHandle(
|
||||
#ifndef STD_ERROR_HANDLE
|
||||
HANDLE __cdecl GetStdHandle(
|
||||
_In_ DWORD nStdHandle) {
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
BOOL DeregisterEventSource(
|
||||
_Inout_ HANDLE hEventLog) {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user