]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
compilation fixes (apparently, gcc <3.4 didn't validate code in templates that were...
[wxWidgets.git] / include / wx / app.h
index 20439c1e52ec6a26d246d44dfe0a9fc603ea636e..a0c4a71fb16606a2079cea9d8248135d60f53fca 100644 (file)
@@ -123,7 +123,7 @@ public:
     // well)
     virtual bool OnExceptionInMainLoop() {
         throw;
     // well)
     virtual bool OnExceptionInMainLoop() {
         throw;
-#ifdef __DMC__
+#if defined(__DMC__) || (defined(_MSC_VER) && _MSC_VER < 1200)
         return false;
 #endif
         }
         return false;
 #endif
         }