fix mode_t on Windows
This commit is contained in:
parent
9a22140ef4
commit
b1de3ecdd5
@ -115,6 +115,7 @@ extern int g_utilDisplayLevel;
|
||||
******************************************/
|
||||
#if defined(_MSC_VER)
|
||||
typedef struct __stat64 stat_t;
|
||||
typedef int mode_t;
|
||||
#else
|
||||
typedef struct stat stat_t;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user