Add a new function alias for MSVC: strcasecmp -> stricmp

This commit is contained in:
Frederic Bouvier
2010-07-19 22:36:01 +02:00
parent 72f301c655
commit 17bcd4e2ab

View File

@@ -67,6 +67,7 @@
# define vsnprintf _vsnprintf
# endif
# define copysign _copysign
# define strcasecmp stricmp
# pragma warning(disable: 4786) // identifier was truncated to '255' characters
# pragma warning(disable: 4244) // conversion from double to float