mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
fix windows compiler
This commit is contained in:
parent
9143c7a61a
commit
ad39ed3dfd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user