mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-03 10:04:01 +00:00
MSYS2 compatibility
This commit is contained in:
parent
bdddd3227b
commit
0057ced4a0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ VFS_NAMESPACE_START
|
|||
typedef unsigned int vfspos;
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__MINGW64__)
|
||||
#if defined(_MSC_VER)
|
||||
# define VFS_STRICMP _stricmp
|
||||
static const vfspos npos = vfspos(-1i64);
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue