We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e87aa9 commit 83b5fa0Copy full SHA for 83b5fa0
server/src/i_main.cpp
@@ -82,7 +82,7 @@ int ShutdownNow()
82
return (WaitForSingleObject(hEvent, 1) == WAIT_OBJECT_0);
83
}
84
85
-int WINAPI ConsoleHandlerRoutine(DWORD dwCtrlType)
+BOOL WINAPI ConsoleHandlerRoutine(DWORD dwCtrlType)
86
{
87
SetEvent(hEvent);
88
return true;
0 commit comments