mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:01:54 +00:00
Sync up with trunk r61578.
svn path=/branches/ntvdm/; revision=61579
This commit is contained in:
commit
49ab546ac3
5422 changed files with 224660 additions and 241533 deletions
|
@ -218,9 +218,9 @@ LdrFindResource_U(PVOID BaseAddress,
|
|||
{
|
||||
if (ResourceInfo)
|
||||
{
|
||||
DPRINT( "module %p type %ws name %ws lang %04lx level %lu\n",
|
||||
BaseAddress, (LPCWSTR)ResourceInfo->Type,
|
||||
Level > 1 ? (LPCWSTR)ResourceInfo->Name : L"",
|
||||
DPRINT( "module %p type %lx name %lx lang %04lx level %lu\n",
|
||||
BaseAddress, ResourceInfo->Type,
|
||||
Level > 1 ? ResourceInfo->Name : 0,
|
||||
Level > 2 ? ResourceInfo->Language : 0, Level );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue