* menubarinfo, remove packed (64-bit fix)

git-svn-id: trunk@36315 -
This commit is contained in:
marco 2017-05-24 17:02:54 +00:00
parent 53972e6df0
commit 91513dc414

View File

@ -9090,7 +9090,7 @@ type
// Menubar information // Menubar information
type type
tagMENUBARINFO = packed record tagMENUBARINFO = record
cbSize:DWORD; cbSize:DWORD;
rcBar:Windows.RECT; // rect of bar, popup, item rcBar:Windows.RECT; // rect of bar, popup, item
_hmenu:HMENU; // real menu handle of bar, popup _hmenu:HMENU; // real menu handle of bar, popup