[saco] Put TODO label back to DllMain

This commit is contained in:
RD42 2023-11-08 20:31:44 +08:00
parent 8defa849b9
commit 252bf7136d

View File

@ -14,6 +14,7 @@ LONG WINAPI exc_handler(_EXCEPTION_POINTERS* exc_inf);
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
// TODO: DllMain
if(DLL_PROCESS_ATTACH==fdwReason)
{
hInstance = hinstDLL;