]> git.saurik.com Git - wxWidgets.git/commitdiff
BC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2004 19:21:43 +0000 (19:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2004 19:21:43 +0000 (19:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index c7380375c43ab654d9099d239ebd318c3b92d5e7..df212e6f922d14b291539d8a2bafecfe9387fd1f 100644 (file)
 // Default is 1
 //
 // Recommended setting: 1 if your compiler supports it.
-#ifdef _MSC_VER
+#if defined(_MSC_VER) || \
+    (defined(__BORLANDC__) && __BORLANDC__ >= 0x0550)
     #define wxUSE_ON_FATAL_EXCEPTION 1
 #else
     #define wxUSE_ON_FATAL_EXCEPTION 0