From d50a8cc77ca0d2a82a4c5c4028c2e8b68ce97d6d Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Fri, 16 Jun 2023 13:36:25 +0200 Subject: [PATCH] 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 --- library/entropy_poll.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/library/entropy_poll.c b/library/entropy_poll.c index 8b60ee536..f90167ca8 100644 --- a/library/entropy_poll.c +++ b/library/entropy_poll.c @@ -48,9 +48,6 @@ #if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32) -#if !defined(_WIN32_WINNT) -#define _WIN32_WINNT 0x0400 -#endif #include #if _WIN32_WINNT >= 0x0501 /* _WIN32_WINNT_WINXP */ #include