summaryrefslogtreecommitdiffstats
path: root/thirdparty
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2017-11-09 16:06:44 -0200
committerGeorge Marques <george@gmarqu.es>2017-11-09 16:06:44 -0200
commita3387a9e22285abb179b3ce8c7f52052948c2600 (patch)
treeab6af7c1142cd7dd635e789360af4c4e9ab8cfbb /thirdparty
parent2507818f051f5ead0d1aeb5fac45b63fc1fd2f49 (diff)
downloadredot-engine-a3387a9e22285abb179b3ce8c7f52052948c2600.tar.gz
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
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/openssl/uwp.cpp2
1 files changed, 2 insertions, 0 deletions
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
)