projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
GetClientData(int n) should be const (part of patch 649438)
[wxWidgets.git]
/
include
/
wx
/
msw
/
chkconf.h
diff --git
a/include/wx/msw/chkconf.h
b/include/wx/msw/chkconf.h
index 5f31c7f6f4b4255876656f42029a5c86993b1348..badd90155da9bbf8797988c8055a04276be683b2 100644
(file)
--- a/
include/wx/msw/chkconf.h
+++ b/
include/wx/msw/chkconf.h
@@
-24,6
+24,15
@@
#endif
#endif
+/*
+ * GCC does not have SEH (__try/__catch)
+ */
+
+#if defined(__GNUG__)
+ #undef wxUSE_ON_FATAL_EXCEPTION
+ #define wxUSE_ON_FATAL_EXCEPTION 0
+#endif
+
/*
* wxUSE_DEBUG_NEW_ALWAYS doesn't work with CodeWarrior
*/