fix a MSVC 2015 warning
This commit is contained in:
parent
7d45c01cb3
commit
6b3a1f4e7d
|
@ -3,8 +3,8 @@
|
|||
|
||||
// the following must precede stdio (woo, thanks msft)
|
||||
#ifdef _MSC_VER
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#define snprintf _snprintf
|
||||
//#define _CRT_SECURE_NO_WARNINGS
|
||||
//#define snprintf _snprintf
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue