fix wrong debug message function

This commit is contained in:
zeffy
2017-06-07 07:31:43 -07:00
parent c8538b8ec3
commit 7e42fc54f3

View File

@@ -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);