summaryrefslogtreecommitdiff
path: root/thirdparty/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/openssl')
-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
)