mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-11-27 00:31:04 +00:00
xxhsum: Don't redefine mode_t on MinGW
This commit is contained in:
parent
2f9c567857
commit
a217d5fa46
@ -37,7 +37,9 @@
|
||||
*/
|
||||
#if defined(_MSC_VER) || XSUM_WIN32_USE_WCHAR
|
||||
typedef struct __stat64 XSUM_stat_t;
|
||||
# if defined(_MSC_VER)
|
||||
typedef int mode_t;
|
||||
# endif
|
||||
#else
|
||||
typedef struct stat XSUM_stat_t;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user