Commit 38e6b287 by Edward Thomson

mingw: use `struct stat`

parent 759ec7d4
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
# define PRIxZ "Ix" # define PRIxZ "Ix"
# endif # endif
# ifdef _MSC_VER # if defined(_MSC_VER) || defined(__MINGW32__)
typedef struct stat STAT_T; typedef struct stat STAT_T;
# else # else
typedef struct _stat STAT_T; typedef struct _stat STAT_T;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment