Add a new function alias for MSVC: strcasecmp -> stricmp
This commit is contained in:
@@ -67,6 +67,7 @@
|
|||||||
# define vsnprintf _vsnprintf
|
# define vsnprintf _vsnprintf
|
||||||
# endif
|
# endif
|
||||||
# define copysign _copysign
|
# define copysign _copysign
|
||||||
|
# define strcasecmp stricmp
|
||||||
|
|
||||||
# pragma warning(disable: 4786) // identifier was truncated to '255' characters
|
# pragma warning(disable: 4786) // identifier was truncated to '255' characters
|
||||||
# pragma warning(disable: 4244) // conversion from double to float
|
# pragma warning(disable: 4244) // conversion from double to float
|
||||||
|
|||||||
Reference in New Issue
Block a user