SF patch #938489 (for VC5)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2004-04-20 14:33:33 +00:00
parent 3f54c58da2
commit 01bc475b91

View 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
}