summaryrefslogtreecommitdiffstats
path: root/src/crypto/thread_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/thread_test.c')
-rw-r--r--src/crypto/thread_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/thread_test.c b/src/crypto/thread_test.c
index e028b1b..cecda88 100644
--- a/src/crypto/thread_test.c
+++ b/src/crypto/thread_test.c
@@ -22,7 +22,7 @@
#if defined(OPENSSL_WINDOWS)
#pragma warning(push, 3)
-#include <windows.h>
+#include <Windows.h>
#pragma warning(pop)
typedef HANDLE thread_t;