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