mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fix DPRINT.
svn path=/trunk/; revision=16934
This commit is contained in:
parent
a4ba1bf284
commit
4f9fb92e50
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ LdrGetModuleObject ( PUNICODE_STRING ModuleName )
|
||||||
Module = CONTAINING_RECORD(Entry, LDR_DATA_TABLE_ENTRY, InLoadOrderModuleList);
|
Module = CONTAINING_RECORD(Entry, LDR_DATA_TABLE_ENTRY, InLoadOrderModuleList);
|
||||||
|
|
||||||
DPRINT("Comparing %wZ and %wZ\n",
|
DPRINT("Comparing %wZ and %wZ\n",
|
||||||
&Module->BaseName,
|
&Module->BaseDllName,
|
||||||
ModuleName);
|
ModuleName);
|
||||||
|
|
||||||
if (!LdrpCompareModuleNames(&Module->BaseDllName, ModuleName))
|
if (!LdrpCompareModuleNames(&Module->BaseDllName, ModuleName))
|
||||||
|
|
Loading…
Reference in a new issue