fix windows compiler

This commit is contained in:
ruanshudong 2020-03-14 19:05:47 +08:00
parent 9143c7a61a
commit ad39ed3dfd

View File

@ -54,7 +54,7 @@ static void sighandler( int sig_no )
#else #else
static BOOL WINAPI HandlerRoutine(DWORD dwCtrlType) static BOOL WINAPI HandlerRoutine(DWORD dwCtrlType)
{ {
TLOGERROR("[TARS][sighandler] sig_no :" << sig_no << endl); TLOGERROR("[TARS][sighandler] dwCtrlType :" << dwCtrlType << endl);
Application::terminate(); Application::terminate();
ExitProcess(0); ExitProcess(0);
return TRUE; return TRUE;