mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-10 00:49:04 +08:00
Don't force the default windows version down
The _WIN32_WINNT value will pick the default value for the SDK when including windows.h. Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
This commit is contained in:
parent
954553f5b1
commit
d50a8cc77c
@ -48,9 +48,6 @@
|
|||||||
|
|
||||||
#if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32)
|
#if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32)
|
||||||
|
|
||||||
#if !defined(_WIN32_WINNT)
|
|
||||||
#define _WIN32_WINNT 0x0400
|
|
||||||
#endif
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#if _WIN32_WINNT >= 0x0501 /* _WIN32_WINNT_WINXP */
|
#if _WIN32_WINNT >= 0x0501 /* _WIN32_WINNT_WINXP */
|
||||||
#include <wincrypt.h>
|
#include <wincrypt.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user