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 02b153f + cf7cef8 commit 78bef27Copy full SHA for 78bef27
compat/posix.h
@@ -45,7 +45,7 @@
45
#define UNUSED
46
#endif
47
48
-#ifdef __MINGW64__
+#if defined(__MINGW32__) || defined(__MINGW64__)
49
#define _POSIX_C_SOURCE 1
50
#elif defined(__sun__)
51
/*
0 commit comments