mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
add alternative for _strnicmp on non-Windows
This commit is contained in:
parent
e691dbd1e3
commit
a1f7455b97
@ -2,6 +2,10 @@
|
||||
|
||||
#include "Isaac.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#define _strnicmp strncasecmp
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Global utility classes and functions that don't really fit anywhere else, but are
|
||||
/// too small to justify being in their own file.
|
||||
|
Loading…
Reference in New Issue
Block a user