diff options
Diffstat (limited to 'common/os.hpp')
-rw-r--r-- | common/os.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/os.hpp b/common/os.hpp index cc72a0ea..91c819fc 100644 --- a/common/os.hpp +++ b/common/os.hpp @@ -42,6 +42,9 @@ #ifndef vsnprintf #define vsnprintf _vsnprintf #endif +#ifndef strcasecmp +#define strcasecmp stricmp +#endif #endif /* !_WIN32 */ namespace os { |