summaryrefslogtreecommitdiff
path: root/src/windows.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows.hpp')
-rw-r--r--src/windows.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/windows.hpp b/src/windows.hpp
index da69b47..f5f946c 100644
--- a/src/windows.hpp
+++ b/src/windows.hpp
@@ -25,6 +25,9 @@
// The purpose of this header file is to turn on only the items actually
// needed on the windows platform.
+#ifndef _CRT_SECURE_NO_WARNINGS
+#define _CRT_SECURE_NO_WARNINGS
+#endif
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif