We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57bf3c3 + 26f28f4 commit 77132bdCopy full SHA for 77132bd
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