Ignore:
Timestamp:
Feb 18, 2002, 11:21:00 PM (24 years ago)
Author:
phaller
Message:

Added missing prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winuser.h

    r7869 r7953  
    39093909BOOL      WINAPI TrackPopupMenu(HMENU,UINT,INT,INT,INT,HWND,const RECT*);
    39103910INT       WINAPI TranslateAcceleratorA(HWND,HACCEL,LPMSG);
     3911INT       WINAPI TranslateAcceleratorW(HWND,HACCEL,LPMSG);
    39113912#define     TranslateAccelerator TranslateAcceleratorA
    39123913BOOL      WINAPI TranslateMDISysAccel(HWND,LPMSG);
Note: See TracChangeset for help on using the changeset viewer.