First commit
[clinton/Virtual-Jaguar-Rx.git] / src / _MSC_VER / config.h
1 #if defined(_MSC_VER)
2 //not #if defined(_WIN32) || defined(_WIN64) because we have strncasecmp in mingw
3 #define strncasecmp _strnicmp
4 #define strcasecmp _stricmp
5 #endif