Sync up with trunk r61578.

svn path=/branches/ntvdm/; revision=61579
This commit is contained in:
Hermès Bélusca-Maïto 2014-01-11 00:00:10 +00:00
commit 49ab546ac3
5422 changed files with 224660 additions and 241533 deletions

View file

@ -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 );
}