summaryrefslogtreecommitdiffstats
path: root/Utilities/KWIML/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/KWIML/test/test.h')
-rw-r--r--Utilities/KWIML/test/test.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Utilities/KWIML/test/test.h b/Utilities/KWIML/test/test.h
index 8abb195..b87a0e7 100644
--- a/Utilities/KWIML/test/test.h
+++ b/Utilities/KWIML/test/test.h
@@ -28,7 +28,9 @@
#define KWIML_HEADER1(x) <x>
/* Quiet MS standard library deprecation warnings. */
-#define _CRT_SECURE_NO_DEPRECATE
+#ifndef _CRT_SECURE_NO_DEPRECATE
+# define _CRT_SECURE_NO_DEPRECATE
+#endif
#else
# error "test.h included multiple times."