From: Frederic Bouvier Date: Mon, 19 Jul 2010 20:36:01 +0000 (+0200) Subject: Add a new function alias for MSVC: strcasecmp -> stricmp X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=17bcd4e2ab4ea5b9d407e83bb2a30e62e69f170e;p=simgear.git Add a new function alias for MSVC: strcasecmp -> stricmp --- diff --git a/simgear/compiler.h b/simgear/compiler.h index 939d9f31..e29a20e3 100644 --- a/simgear/compiler.h +++ b/simgear/compiler.h @@ -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