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:
@@ -123,7 +123,7 @@ public:
|
||||
// well)
|
||||
virtual bool OnExceptionInMainLoop() {
|
||||
throw;
|
||||
#ifdef __DMC__
|
||||
#if defined(__DMC__) || (defined(_MSC_VER) && _MSC_VER < 1200)
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user