X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fmsvc_compat.h;h=188d8498715f7ca642b88640ea554aa95e1e2892;hp=d77f435bc793a1817af654ad60a9f44a8819b8a7;hb=fd1d136a94a6d20013f38d6a997bdfefad0f5e98;hpb=efc398029330f4d9170257db29e4420e50f25625 diff --git a/include/msvc_compat.h b/include/msvc_compat.h index d77f435..188d849 100644 --- a/include/msvc_compat.h +++ b/include/msvc_compat.h @@ -10,6 +10,7 @@ #define strcasecmp _stricmp #define strncasecmp _strnicmp #define snprintf _snprintf - #define vsnprintf _vsnprintf + #define vsnprintf _vsnprintf + #pragma warning(disable:4786) #endif #endif