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.
struct stat
1 parent 759ec7d commit 38e6b28Copy full SHA for 38e6b28
tests/clar.c
@@ -67,7 +67,7 @@
67
# define PRIxZ "Ix"
68
# endif
69
70
-# ifdef _MSC_VER
+# if defined(_MSC_VER) || defined(__MINGW32__)
71
typedef struct stat STAT_T;
72
# else
73
typedef struct _stat STAT_T;
0 commit comments