Fix Win32 build

This commit is contained in:
michaelangel007 2023-04-06 13:44:16 -07:00
parent 5d1dbfcd9d
commit 7c4c456896
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
#ifdef _WIN32
#define _CRT_SECURE_NO_WARNINGS 1
#define _CRT_NONSTDC_NO_DEPRECATE 1 // error C4996: '_stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp.
//#define stricmp _stricmp
//#pragma warning(suppress : 4996)
#endif
#define DEBUG_MAIN 0
#include <stdio.h> // printf()