Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Expressions/Value.h')
-rw-r--r--source/gameengine/Expressions/Value.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Expressions/Value.h b/source/gameengine/Expressions/Value.h
index 92b5e20543c..c4af3255f4a 100644
--- a/source/gameengine/Expressions/Value.h
+++ b/source/gameengine/Expressions/Value.h
@@ -19,9 +19,9 @@
#ifndef __VALUE_H__
#define __VALUE_H__
-#if defined(WIN32) && !defined(FREE_WINDOWS)
-#pragma warning (disable:4786)
-#endif /* WIN32 */
+#ifdef _MSC_VER
+# pragma warning (disable:4786)
+#endif
#include <map> // array functionality for the propertylist
#include "STR_String.h" // STR_String class