This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Ticket #553: wxWidgets_patch

File wxWidgets_patch, 540 bytes (added by Karol Trzcionka, 14 years ago)
Line 
1Index: source/tools/atlas/AtlasUI/Misc/DLLInterface.cpp
2===================================================================
3--- source/tools/atlas/AtlasUI/Misc/DLLInterface.cpp (revision 8027)
4+++ source/tools/atlas/AtlasUI/Misc/DLLInterface.cpp (working copy)
5@@ -186,8 +186,10 @@
6 {
7 // _CrtSetBreakAlloc(5632);
8
9+#if wxUSE_ON_FATAL_EXCEPTION
10 if (! wxIsDebuggerRunning())
11 wxHandleFatalExceptions();
12+#endif
13
14 // Initialise the global config file
15 wxConfigBase::Set(new wxConfig(_T("Atlas Editor"), _T("Wildfire Games")));