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 a304464 commit 51bcdd0Copy full SHA for 51bcdd0
json_util.c
@@ -38,7 +38,9 @@
38
#endif /* HAVE_UNISTD_H */
39
40
#ifdef _WIN32
41
+#ifndef WIN32_LEAN_AND_MEAN
42
#define WIN32_LEAN_AND_MEAN
43
+#endif
44
#include <io.h>
45
#include <windows.h>
46
#endif /* defined(_WIN32) */
linkhash.c
@@ -25,7 +25,9 @@
25
#endif
26
27
#if defined(_MSC_VER) || defined(__MINGW32__)
28
29
30
31
#include <windows.h> /* Get InterlockedCompareExchange */
32
33
0 commit comments