From ce51def04b3be41676af27eafae76387690e6451 Mon Sep 17 00:00:00 2001 From: ana Date: Wed, 26 Jun 2013 06:22:47 +0000 Subject: [PATCH] Win32 compatibility --- src/Container/Container_i.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Container/Container_i.cxx b/src/Container/Container_i.cxx index 106f8485c..c2fb5febf 100644 --- a/src/Container/Container_i.cxx +++ b/src/Container/Container_i.cxx @@ -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 } -- 2.39.2