Undo the (accidental) exceptionhandler disabling of r3784

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3785 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2008-02-15 19:44:40 +00:00
parent 2322fe0920
commit 22844d16a6
1 changed files with 0 additions and 1 deletions

View File

@ -581,7 +581,6 @@ static void posixExceptionHandler(int signum, siginfo_t * siginfo, WZ_DECL_UNUSE
*/
void setupExceptionHandler(const char * programCommand)
{
return;
#if defined(WZ_OS_WIN)
SetUnhandledExceptionFilter(windowsExceptionHandler);
#elif defined(WZ_OS_UNIX) && !defined(WZ_OS_MAC)