Author: mjansen
Date: Fri Sep 1 19:06:04 2017
New Revision: 75731
URL:
http://svn.reactos.org/svn/reactos?rev=75731&view=rev
Log:
[SHIMENG] Fix logging when handling ordinal ordinal functions.
Modified:
trunk/reactos/dll/appcompat/apphelp/shimeng.c
Modified: trunk/reactos/dll/appcompat/apphelp/shimeng.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/appcompat/apphelp/shim…
==============================================================================
--- trunk/reactos/dll/appcompat/apphelp/shimeng.c [iso-8859-1] (original)
+++ trunk/reactos/dll/appcompat/apphelp/shimeng.c [iso-8859-1] Fri Sep 1 19:06:04 2017
@@ -580,7 +580,7 @@
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);