Browse Source

* menubarinfo, remove packed (64-bit fix)

git-svn-id: trunk@36315 -
marco 8 years ago
parent
commit
91513dc414
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/wininc/struct.inc

+ 1 - 1
rtl/win/wininc/struct.inc

@@ -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