Ignore:
Timestamp:
Jan 8, 2000, 3:15:38 PM (26 years ago)
Author:
sandervl
Message:

OSLibGetMsg bugfix + WM_QUIT translation fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibmenu.h

    r1732 r2371  
    1 /* $Id: oslibmenu.h,v 1.4 1999-11-14 12:00:01 sandervl Exp $ */
     1/* $Id: oslibmenu.h,v 1.5 2000-01-08 14:15:06 sandervl Exp $ */
    22/*
    33 * Window Menu wrapper functions for OS/2
     
    2323int   OSLibGetMenuItemCount(HWND hMenu);
    2424BOOL  OSLibGetMenuItemRect(HWND hMenu, int index, LPRECT pRect);
     25int   OSLibGetMenuItemPos(HWND hMenu, int item);
    2526 
    2627#endif //__OSLIBGDI_H__
Note: See TracChangeset for help on using the changeset viewer.