git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6852
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// FIXME other compilers must support Win32 SEH (structured exception
// handling) too, just find the appropriate keyword in their docs!
// Please note that it's _not_ the same as C++ exceptions!
// FIXME other compilers must support Win32 SEH (structured exception
// handling) too, just find the appropriate keyword in their docs!
// Please note that it's _not_ the same as C++ exceptions!
+#ifndef __VISUALC__
+ #undef wxUSE_ON_FATAL_EXCEPTION
+ #define wxUSE_ON_FATAL_EXCEPTION 0
+#endif // VC++
+
#if wxUSE_ON_FATAL_EXCEPTION
__try {
#endif
#if wxUSE_ON_FATAL_EXCEPTION
__try {
#endif