Remove _CRT_SECURE_NO_WARNINGS now that we use safe string functions everywhere

This commit is contained in:
Cameron Gutman
2023-10-06 22:42:25 -05:00
parent 1351f382aa
commit 7580f3f8e3

View File

@@ -5,8 +5,7 @@
// that are incompatible with Winsock errors.
#define _CRT_NO_POSIX_ERROR_CODES
// Ignore CRT warnings about sprintf(), memcpy(), etc.
#define _CRT_SECURE_NO_WARNINGS 1
// Ignore CRT warnings about POSIX names
#define _CRT_NONSTDC_NO_DEPRECATE 1
#endif