Ignore:
Timestamp:
Aug 12, 2002, 5:54:49 PM (23 years ago)
Author:
umoeller
Message:

Minor updates.

File:
1 edited

Legend:

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

    r199 r206  
    254254     */
    255255
    256     #define winhRemoveMenuItem(hwndMenu, sItemId) \
    257             (SHORT)WinSendMsg(hwndMenu, MM_REMOVEITEM, MPFROM2SHORT(sItemId, FALSE), 0)
     256    #define winhRemoveMenuItem(hwndMenu, sItemID) \
     257            (SHORT)WinSendMsg(hwndMenu, MM_REMOVEITEM, MPFROM2SHORT(sItemID, FALSE), 0)
     258
     259    BOOL XWPENTRY winhRemoveMenuItems(HWND hwndMenu,
     260                                      const SHORT *asItemIDs,
     261                                      ULONG cItemIDs);
    258262
    259263    /*
Note: See TracChangeset for help on using the changeset viewer.