We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea17ad commit 327fd30Copy full SHA for 327fd30
compat/nedmalloc/malloc.c.h
@@ -495,7 +495,9 @@ MAX_RELEASE_CHECK_RATE default: 4095 unless not HAVE_MMAP
495
#endif /* WIN32 */
496
#ifdef WIN32
497
#define WIN32_LEAN_AND_MEAN
498
+#ifndef _WIN32_WINNT
499
#define _WIN32_WINNT 0x403
500
+#endif
501
#include <windows.h>
502
#define HAVE_MMAP 1
503
#define HAVE_MORECORE 0
git-compat-util.h
@@ -105,7 +105,9 @@
105
#endif
106
107
#ifdef WIN32 /* Both MinGW and MSVC */
108
109
#define _WIN32_WINNT 0x0502
110
111
#define WIN32_LEAN_AND_MEAN /* stops windows.h including winsock.h */
112
#include <winsock2.h>
113
0 commit comments