mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix build for WinRT using VS2017
This commit is contained in:
parent
e6e4d0417b
commit
1738f5a600
2 changed files with 4 additions and 6 deletions
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue