fixed 0.5.0 build for Windows
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@358 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
+1
-2
@@ -46,8 +46,7 @@ void setupQuitSignal()
|
||||
#ifdef WIN32
|
||||
if (!SetConsoleCtrlHandler(my_handler, TRUE))
|
||||
{
|
||||
printf("\nERROR: Could not set control handler");
|
||||
return 1;
|
||||
UERROR("Could not set control (ctrl-c) handler");
|
||||
}
|
||||
#else
|
||||
struct sigaction sigIntHandler;
|
||||
|
||||
Reference in New Issue
Block a user