mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 11:49:24 +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
|
// 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
|
||||||
|
Loading…
Reference in New Issue
Block a user