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.
2 parents 5d7df01 + ee69d97 commit b0dcf92Copy full SHA for b0dcf92
1 file changed
compat/posix.h
@@ -56,7 +56,7 @@
56
# define UNUSED
57
#endif
58
59
-#ifdef __MINGW64__
+#if defined(__MINGW32__) || defined(__MINGW64__)
60
#define _POSIX_C_SOURCE 1
61
#elif defined(__sun__)
62
/*
0 commit comments