mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
oleaut32: Dump parameter and SYSKIND for LHashValOfNameSysA.
This commit is contained in:
parent
15978ddc01
commit
c51be54c79
@ -510,6 +510,9 @@ ULONG WINAPI LHashValOfNameSysA( SYSKIND skind, LCID lcid, LPCSTR lpStr)
|
|||||||
ULONG nHiWord, nLoWord = 0x0deadbee;
|
ULONG nHiWord, nLoWord = 0x0deadbee;
|
||||||
const unsigned char *str = (const unsigned char *)lpStr, *pnLookup = NULL;
|
const unsigned char *str = (const unsigned char *)lpStr, *pnLookup = NULL;
|
||||||
|
|
||||||
|
TRACE("(%d, %d, %s) %s\n", skind, lcid, debugstr_a(lpStr),
|
||||||
|
(skind == SYS_WIN16) ? "SYS_WIN16" : (skind == SYS_WIN32) ? "SYS_WIN32" : "");
|
||||||
|
|
||||||
if (!str)
|
if (!str)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user