| 1 | Index: 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"))); |
|---|