Skip to content
Snippets Groups Projects
Commit 93937a53 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard
Browse files

user32/menu: Store application defined value as pointer.

parent 21d2e68d
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ typedef struct {
UINT cyMax; /* max height of the whole menu, 0 is screen height */
HBRUSH hbrBack; /* brush for menu background */
DWORD dwContextHelpID;
DWORD dwMenuData; /* application defined value */
ULONG_PTR dwMenuData; /* application defined value */
HMENU hSysMenuOwner; /* Handle to the dummy sys menu holder */
WORD textOffset; /* Offset of text when items have both bitmaps and text */
} POPUPMENU, *LPPOPUPMENU;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment