Update tp_assist.cpp

pull/124/head
horizonlin 2018-12-11 14:15:11 +08:00 committed by GitHub
parent a7619aab29
commit 3e96ba191c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmd
for (int i = 0; i < g_argc; ++i)
{
arg = g_argv[i];
if(0 == lstrcmp(g_argv[i], _T("--stop")))
{
PostMessage(HWND_BROADCAST, g_ulSingleInstanceMsgId, WMU_INSTANCE_EXIT, 0);