From e564846a4df79a2ca472412aa8466c5f4eb1b78b Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 14 Nov 2011 15:01:01 +0000 Subject: [PATCH] Disable MS STL warnings. --- xmltooling/internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xmltooling/internal.h b/xmltooling/internal.h index caf1be0..c486b10 100644 --- a/xmltooling/internal.h +++ b/xmltooling/internal.h @@ -28,6 +28,7 @@ #ifdef WIN32 # define _CRT_SECURE_NO_DEPRECATE 1 # define _CRT_NONSTDC_NO_DEPRECATE 1 +# define _SCL_SECURE_NO_WARNINGS 1 #endif // Export public APIs. -- 2.1.4