mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[SHIMENG] Fix logging when handling ordinal ordinal functions.
svn path=/trunk/; revision=75731
This commit is contained in:
@@ -580,7 +580,7 @@ FARPROC WINAPI StubGetProcAddress(HINSTANCE hModule, LPCSTR lpProcName)
|
||||
return proc;
|
||||
}
|
||||
|
||||
SHIMENG_MSG("(GetProcAddress(%p!%s) => %p\n", hModule, lpProcName, lpPrintName);
|
||||
SHIMENG_MSG("(GetProcAddress(%p!%s) => %p\n", hModule, lpPrintName, proc);
|
||||
|
||||
HookModuleInfo = SeiFindHookModuleInfo(NULL, hModule);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user