Salome HOME
Win32 compatibility
authorana <ana@opencascade.com>
Wed, 26 Jun 2013 06:22:47 +0000 (06:22 +0000)
committerana <ana@opencascade.com>
Wed, 26 Jun 2013 06:22:47 +0000 (06:22 +0000)
src/Container/Container_i.cxx

index 106f8485c2123be71c82b3e84ee92a008dea709f..c2fb5febf30cb172748050ef5b3720633ef83db6 100644 (file)
@@ -1365,7 +1365,8 @@ void ActSigIntHandler()
 
 #else  
   signal( SIGINT, SigIntHandler );
-  signal( SIGUSR1, SigIntHandler );
+// legacy code required to supervisor. Commented in order to avoid problems on Windows 
+//  signal( SIGUSR1, SigIntHandler );
 #endif
 
 }