mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:35:43 +00:00
[INCLUDE]
- Fix undocshell.h build without UNICODE defined svn path=/trunk/; revision=68187
This commit is contained in:
parent
171f891e93
commit
b86dbc4c76
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ static inline void DbgDumpMenuInternal(HMENU hmenu, char* padding, int padlevel)
|
|||
mii.dwTypeData = label;
|
||||
mii.cch = _countof(label);
|
||||
|
||||
GetMenuItemInfo(hmenu, i, TRUE, &mii);
|
||||
GetMenuItemInfoW(hmenu, i, TRUE, &mii);
|
||||
|
||||
if (mii.fType & MFT_BITMAP)
|
||||
DbgPrint("%s%2d - %08x: BITMAP %08p (state=%d, has submenu=%s)\n", padding, i, mii.wID, mii.hbmpItem, mii.fState, mii.hSubMenu ? "TRUE" : "FALSE");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue