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
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
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;