diff --git a/include/ntconf.h b/include/ntconf.h index 5f86971d4..5a7d0ed78 100644 --- a/include/ntconf.h +++ b/include/ntconf.h @@ -156,14 +156,6 @@ extern void FDECL(interject, (int)); #define strncmpi(a, b, c) strnicmp(a, b, c) #endif -#ifdef _MSC_VER -/* Visual Studio defines this in their own headers, which we don't use */ -#ifndef snprintf -#define snprintf _snprintf -#pragma warning( \ - disable : 4996) /* deprecation warning suggesting snprintf_s */ -#endif -#endif #include #include