Missed commit for the 0.4.3 build

This commit is contained in:
DavidXanatos 2020-11-03 17:35:16 +01:00
parent c8874c356a
commit 717f709091
1 changed files with 2 additions and 3 deletions

View File

@ -466,13 +466,12 @@ _FX int __stdcall WinMain(
}
}
// todo: xxx
/*if (1) {
if (1) {
MSG_HEADER req;
req.length = sizeof(req);
req.msgid = MSGID_SBIE_INI_RUN_SBIE_CTRL;
SbieDll_CallServer(&req);
}*/
}
return DoLingerLeader();
}