Commit f34c718a authored by bitplane's avatar bitplane

Changed MSVC6 compile error to (_MSC_VER < 1300), reported by lab_zj

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2288 dfc29bdd-3216-0410-991c-e03cc46cb475
parent a788e7ca
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#endif #endif
#endif #endif
#if defined(_MSC_VER) && (_MSC_VER < 1400) #if defined(_MSC_VER) && (_MSC_VER < 1300)
# error "Only Microsoft Visual Studio 7.0 and later are supported." # error "Only Microsoft Visual Studio 7.0 and later are supported."
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment