mirror of
https://github.com/libAthena/athena.git
synced 2025-12-08 13:15:05 +00:00
MinGW fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#if _WIN32
|
||||
#if _WIN32 && !defined(__MINGW32__)
|
||||
using mode_t = int;
|
||||
#else
|
||||
#include <sys/stat.h>
|
||||
|
||||
Reference in New Issue
Block a user