From: Chris Elliott Date: Tue, 20 Apr 2004 14:33:33 +0000 (+0000) Subject: SF patch #938489 (for VC5) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/01bc475b9163c484be56d92b08dbb9d86a5d5cc2 SF patch #938489 (for VC5) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/app.h b/include/wx/app.h index 20439c1e52..a0c4a71fb1 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -123,7 +123,7 @@ public: // well) virtual bool OnExceptionInMainLoop() { throw; -#ifdef __DMC__ +#if defined(__DMC__) || (defined(_MSC_VER) && _MSC_VER < 1200) return false; #endif }