1
0
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:
George Marques
2018-02-18 20:16:53 -03:00
parent e6e4d0417b
commit 1738f5a600
2 changed files with 4 additions and 6 deletions

View File

@@ -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;