Skip to content

Commit 83b5fa0

Browse files
committed
Leave a Windows BOOL alone
1 parent 3e87aa9 commit 83b5fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/i_main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ int ShutdownNow()
8282
return (WaitForSingleObject(hEvent, 1) == WAIT_OBJECT_0);
8383
}
8484

85-
int WINAPI ConsoleHandlerRoutine(DWORD dwCtrlType)
85+
BOOL WINAPI ConsoleHandlerRoutine(DWORD dwCtrlType)
8686
{
8787
SetEvent(hEvent);
8888
return true;

0 commit comments

Comments
 (0)