mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Amendment to r44518: changing a debug print in LdrpGetOrLoadModule wasn't part of the plan
svn path=/trunk/; revision=44519
This commit is contained in:
@@ -1494,7 +1494,7 @@ LdrpGetOrLoadModule(PWCHAR SearchPath,
|
||||
UNICODE_STRING DllName;
|
||||
NTSTATUS Status;
|
||||
|
||||
DPRINT1("LdrpGetOrLoadModule() called for %s\n", Name);
|
||||
DPRINT("LdrpGetOrLoadModule() called for %s\n", Name);
|
||||
|
||||
RtlInitAnsiString(&AnsiDllName, Name);
|
||||
Status = RtlAnsiStringToUnicodeString(&DllName, &AnsiDllName, TRUE);
|
||||
|
||||
Reference in New Issue
Block a user