Rename Windows ConsoleCtrHandlerRoutine --> capture_cleanup to match SVN #23537 change

svn path=/trunk/; revision=23540
This commit is contained in:
Bill Meier 2007-11-22 00:33:22 +00:00
parent 92682d51de
commit bfc4f6d466
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ main(int argc, char *argv[])
WSAStartup( MAKEWORD( 1, 1 ), &wsaData );
/* Set handler for Ctrl+C key */
SetConsoleCtrlHandler(&ConsoleCtrlHandlerRoutine, TRUE);
SetConsoleCtrlHandler(capture_cleanup, TRUE);
#else
/* Catch SIGINT and SIGTERM and, if we get either of them, clean up
and exit. */