dmuratshin 9 years ago
parent
commit
849f5a514b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      oxygine/src/oxygine_include.h

+ 1 - 1
oxygine/src/oxygine_include.h

@@ -147,7 +147,7 @@ typedef signed long long int64;
 #endif
 
 
-#if !defined(__S3E__) && (defined(_MSC_VER) || (__cplusplus > 199711L))
+#if !defined(__S3E__) && ( (defined(_MSC_VER) && (_MSC_VER >= 1800)) || (__cplusplus > 199711L))
 #define OX_HAS_CPP11
 #endif