From a3387a9e22285abb179b3ce8c7f52052948c2600 Mon Sep 17 00:00:00 2001 From: George Marques Date: Thu, 9 Nov 2017 16:06:44 -0200 Subject: UWP: Update to build with Windows SDK 10.16229.0 - Update the OpenSSL shim to work with the new SDK - Change the ARM platform detection to work with VS2017 --- thirdparty/openssl/uwp.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'thirdparty') diff --git a/thirdparty/openssl/uwp.cpp b/thirdparty/openssl/uwp.cpp index dcfd22b77f..e00c9d59db 100644 --- a/thirdparty/openssl/uwp.cpp +++ b/thirdparty/openssl/uwp.cpp @@ -103,12 +103,14 @@ extern "C" { return 0; } +#ifndef STD_ERROR_HANDLE int __cdecl GetStdHandle( _In_ DWORD nStdHandle ) { return 0; } +#endif BOOL DeregisterEventSource( _Inout_ HANDLE hEventLog ) -- cgit v1.2.3