Explorar o código

Fixed _CRT_SECURE_NO_WARNINGS macro redefinition warning

Serhat Eser Erdem %!s(int64=12) %!d(string=hai) anos
pai
achega
ca5d684a2b
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      xmltest.cpp

+ 3 - 1
xmltest.cpp

@@ -1,5 +1,7 @@
 #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
 
 #include "tinyxml2.h"