forked from wolfSSL/wolfssl
lean and mean windows fix
This commit is contained in:
@@ -33,7 +33,9 @@
|
||||
|
||||
|
||||
#if defined(USE_WINDOWS_API)
|
||||
#define _WIN32_WINNT 0x0400
|
||||
#ifndef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0400
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <wincrypt.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user