Fixed _CRT_SECURE_NO_WARNINGS macro redefinition warning
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#if defined( _MSC_VER )
|
#if defined( _MSC_VER )
|
||||||
#define _CRT_SECURE_NO_WARNINGS // This test file is not intended to be secure.
|
#if !defined( _CRT_SECURE_NO_WARNINGS )
|
||||||
|
#define _CRT_SECURE_NO_WARNINGS // This test file is not intended to be secure.
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tinyxml2.h"
|
#include "tinyxml2.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user