]> git.saurik.com Git - wxWidgets.git/commitdiff
SF patch #938489 (for VC5)
authorChris Elliott <biol75@york.ac.uk>
Tue, 20 Apr 2004 14:33:33 +0000 (14:33 +0000)
committerChris Elliott <biol75@york.ac.uk>
Tue, 20 Apr 2004 14:33:33 +0000 (14:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/app.h

index 20439c1e52ec6a26d246d44dfe0a9fc603ea636e..a0c4a71fb16606a2079cea9d8248135d60f53fca 100644 (file)
@@ -123,7 +123,7 @@ public:
     // well)
     virtual bool OnExceptionInMainLoop() {
         throw;
-#ifdef __DMC__
+#if defined(__DMC__) || (defined(_MSC_VER) && _MSC_VER < 1200)
         return false;
 #endif
         }