mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 18:32:07 +00:00
- Use correct wine debug functions
svn path=/trunk/; revision=16777
This commit is contained in:
parent
6ea556e014
commit
8f5a8d1f57
1 changed files with 2 additions and 2 deletions
|
@ -305,7 +305,7 @@ VERSION_GetFileVersionInfo_PE (
|
|||
hMem = LoadResource(hModule, hRsrc);
|
||||
if(!hMem)
|
||||
{
|
||||
WARN("Could not load VS_VERSION_INFO from %s\n", debugstr_a(filename));
|
||||
WARN("Could not load VS_VERSION_INFO from %s\n", debugstr_w(filename));
|
||||
FreeLibrary(hModule);
|
||||
return 0xFFFFFFFF;
|
||||
}
|
||||
|
@ -487,7 +487,7 @@ VerQueryValueW (
|
|||
VS_VERSION_INFO_STRUCT32 *info = (VS_VERSION_INFO_STRUCT32 *)pBlock;
|
||||
|
||||
TRACE("(%p,%s,%p,%p)\n",
|
||||
pBlock, debugstr_a(lpSubBlock), lplpBuffer, puLen );
|
||||
pBlock, debugstr_w(lpSubBlock), lplpBuffer, puLen );
|
||||
|
||||
info = VERSION_VerQueryValue ( info, lpSubBlock );
|
||||
if ( !info )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue