diff options
Diffstat (limited to 'src/crypto/thread.c')
-rw-r--r-- | src/crypto/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/thread.c b/src/crypto/thread.c index f18bc13..024993e 100644 --- a/src/crypto/thread.c +++ b/src/crypto/thread.c @@ -61,7 +61,7 @@ #if defined(OPENSSL_WINDOWS) #pragma warning(push, 3) -#include <Windows.h> +#include <windows.h> #pragma warning(pop) #endif |