MinGW fixes

This commit is contained in:
2025-08-31 20:08:35 -07:00
parent b37c3d3dcb
commit 1109491cd1
2 changed files with 13 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
#include <string>
#if _WIN32
#if _WIN32 && !defined(__MINGW32__)
using mode_t = int;
#else
#include <sys/stat.h>