Skip to content

Commit 38e6b28

Browse files
committed
mingw: use struct stat
1 parent 759ec7d commit 38e6b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/clar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# define PRIxZ "Ix"
6868
# endif
6969

70-
# ifdef _MSC_VER
70+
# if defined(_MSC_VER) || defined(__MINGW32__)
7171
typedef struct stat STAT_T;
7272
# else
7373
typedef struct _stat STAT_T;

0 commit comments

Comments
 (0)