提交 8cc794d9 编写于 作者: Peacoor Zomboss's avatar Peacoor Zomboss

Return if not retry

上级 bd3d7739
......@@ -13,6 +13,7 @@ int main(int argc, char *argv[])
msgres = MessageBoxW(0, L"请允许管理员权限", L"错误", MB_ICONERROR | MB_RETRYCANCEL);
if (msgres == IDRETRY)
goto retry_runas;
return 0;
}
DWORD pid = 0;
HMODULE module_handle = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册