Show
Ignore:
Timestamp:
07/25/08 20:08:41 (6 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Fix struct sizes, based on a comparison to the values seen by C apps.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/widgets/Control.d

    r246 r263  
    42774277            int index = OS.LOWORD (wParam); 
    42784278            MENUITEMINFO info; 
    4279             info.cbSize = MENUITEMINFO.sizeof; 
     4279            info.cbSize = OS.MENUITEMINFO_sizeof; 
    42804280            info.fMask = OS.MIIM_SUBMENU; 
    42814281            if (OS.GetMenuItemInfo (cast(HANDLE)lParam, index, true, &info)) {