mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 23:09:28 +02:00
* menubarinfo, remove packed (64-bit fix)
git-svn-id: trunk@36315 -
This commit is contained in:
parent
53972e6df0
commit
91513dc414
@ -9090,7 +9090,7 @@ type
|
||||
|
||||
// Menubar information
|
||||
type
|
||||
tagMENUBARINFO = packed record
|
||||
tagMENUBARINFO = record
|
||||
cbSize:DWORD;
|
||||
rcBar:Windows.RECT; // rect of bar, popup, item
|
||||
_hmenu:HMENU; // real menu handle of bar, popup
|
||||
|
Loading…
Reference in New Issue
Block a user