Define "_CRT_SECURE_NO_WARNINGS" when compiling examples/tests.

This commit is contained in:
Joachim Bauch
2015-12-20 21:43:35 +01:00
parent 394fae8d51
commit 5bda2104b9
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
#define WIN32_LEAN_AND_MEAN
#ifndef _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS
#endif
#include <assert.h>
#include <windows.h>