// Wrapper for MSVC #ifndef _STRINGS_WRAPPER_H #define _STRINGS_WRAPPER_H #pragma warning(disable: 4996) #define strcasecmp stricmp #endif