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 ff4bc69 + df8cc9a commit f30bb26Copy full SHA for f30bb26
1 file changed
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