fix wrong debug message function
This commit is contained in:
@@ -50,7 +50,7 @@ DWORD WINAPI NewThreadProc(LPVOID lpParam) {
|
|||||||
|
|
||||||
HMODULE hwu = GetModuleHandle(lpServiceDll);
|
HMODULE hwu = GetModuleHandle(lpServiceDll);
|
||||||
if (hwu) {
|
if (hwu) {
|
||||||
_dbgprintf("Found previously loaded wu module %s, applying patch...", lpServiceDll);
|
_tdbgprintf(_T("Found previously loaded wu module %s, applying patch..."), lpServiceDll);
|
||||||
PatchWUModule(hwu);
|
PatchWUModule(hwu);
|
||||||
}
|
}
|
||||||
ResumeAndCloseThreads(lphThreads, cb);
|
ResumeAndCloseThreads(lphThreads, cb);
|
||||||
|
Reference in New Issue
Block a user