diff --git a/Source/Ember/Utils.h b/Source/Ember/Utils.h index 0ce97aa..7d81721 100644 --- a/Source/Ember/Utils.h +++ b/Source/Ember/Utils.h @@ -2,6 +2,10 @@ #include "Isaac.h" +#ifndef _WIN32 +#define _strnicmp strncasecmp +#endif + /// /// Global utility classes and functions that don't really fit anywhere else, but are /// too small to justify being in their own file.