Ignore:
Timestamp:
Aug 22, 2002, 10:43:34 AM (23 years ago)
Author:
umoeller
Message:

Fixed build breaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/winh.h

    r206 r210  
    255255
    256256    #define winhRemoveMenuItem(hwndMenu, sItemID) \
    257             (SHORT)WinSendMsg(hwndMenu, MM_REMOVEITEM, MPFROM2SHORT(sItemID, FALSE), 0)
     257            SHORT1FROMMR(WinSendMsg(hwndMenu, MM_REMOVEITEM, MPFROM2SHORT(sItemID, FALSE), 0))
    258258
    259259    BOOL XWPENTRY winhRemoveMenuItems(HWND hwndMenu,
Note: See TracChangeset for help on using the changeset viewer.