1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-03 18:14:01 +00:00

MSYS2 compatibility

This commit is contained in:
Louis M 2024-06-10 13:13:49 -04:00
parent bdddd3227b
commit 0057ced4a0

View file

@ -45,7 +45,7 @@ VFS_NAMESPACE_START
typedef unsigned int vfspos; typedef unsigned int vfspos;
#endif #endif
#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__MINGW64__) #if defined(_MSC_VER)
# define VFS_STRICMP _stricmp # define VFS_STRICMP _stricmp
static const vfspos npos = vfspos(-1i64); static const vfspos npos = vfspos(-1i64);
#else #else