diff options
Diffstat (limited to 'src/PowderToySDL.cpp')
| -rw-r--r-- | src/PowderToySDL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index f49ed55..0f79d9e 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -779,7 +779,7 @@ int main(int argc, char * argv[]) engine->Begin(XRES+BARSIZE, YRES+MENUSIZE); engine->SetFastQuit(Client::Ref().GetPrefBool("FastQuit", true)); -#ifndef DEBUG +#if !defined(DEBUG) && !defined(_DEBUG) //Get ready to catch any dodgy errors signal(SIGSEGV, SigHandler); signal(SIGFPE, SigHandler); |
