0024589: Draw Harness - disable floating-point exceptions by default
[occt.git] / src / Draw / Draw_Window.cxx
index 7b9208e..7378ca4 100644 (file)
@@ -2079,7 +2079,7 @@ static DWORD WINAPI tkLoop(VOID)
 #endif //#ifdef _TK
 
   // set signal handler in the new thread
-  OSD::SetSignal();
+  OSD::SetSignal(Standard_False);
 
   // inform the others that we have started
   isTkLoopStarted = true;