* Revert accidental commit of exceptionhandler in r2952
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2953 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
55526401be
commit
9a0eecb753
|
@ -577,7 +577,6 @@ static void posixExceptionHandler(int signum, siginfo_t * siginfo, WZ_DECL_UNUSE
|
||||||
*/
|
*/
|
||||||
void setupExceptionHandler(const char * programCommand)
|
void setupExceptionHandler(const char * programCommand)
|
||||||
{
|
{
|
||||||
return;
|
|
||||||
#if defined(WZ_OS_WIN)
|
#if defined(WZ_OS_WIN)
|
||||||
SetUnhandledExceptionFilter(windowsExceptionHandler);
|
SetUnhandledExceptionFilter(windowsExceptionHandler);
|
||||||
#elif defined(WZ_OS_UNIX) && !defined(WZ_OS_MAC)
|
#elif defined(WZ_OS_UNIX) && !defined(WZ_OS_MAC)
|
||||||
|
|
Loading…
Reference in New Issue