Remove _CRT_SECURE_NO_WARNINGS now that we use safe string functions everywhere
This commit is contained in:
parent
1351f382aa
commit
7580f3f8e3
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue