X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fcompiler.h;h=616dd15d2f025dd8e2564557837d3a93bf3deb67;hb=c3133f020d257af9cdab6d6a88014327b1b8e58d;hp=939d9f319c6ad18b2942f7125ebd7fc6504688e4;hpb=3dcffc7df821bd8dfc4f4324b14f2af86305960f;p=simgear.git diff --git a/simgear/compiler.h b/simgear/compiler.h index 939d9f31..616dd15d 100644 --- a/simgear/compiler.h +++ b/simgear/compiler.h @@ -67,6 +67,10 @@ # define vsnprintf _vsnprintf # endif # define copysign _copysign +# define strcasecmp stricmp + +# undef min +# undef max # pragma warning(disable: 4786) // identifier was truncated to '255' characters # pragma warning(disable: 4244) // conversion from double to float