2002-07-20 Casper S. Hornstrup <chorns@users.sourceforge.net>
* include/winbase.h (GetEnvironmentStringsA): Remove duplicate definition. (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to avoid compile error when already defined. 2002-07-20 Steven Edwards <Steven_Ed4153@yahoo.com> * include/winuser.h (WM_MENURBUTTONUP): Add define.
This commit is contained in:
@ -1199,6 +1199,9 @@ extern "C" {
|
||||
#define WM_MDISETMENU 560
|
||||
#define WM_MDITILE 550
|
||||
#define WM_MEASUREITEM 44
|
||||
#if(WINVER >= 0x0500)
|
||||
#define WM_MENURBUTTONUP 290
|
||||
#endif
|
||||
#define WM_MENUCHAR 288
|
||||
#define WM_MENUSELECT 287
|
||||
#define WM_NEXTMENU 531
|
||||
|
Reference in New Issue
Block a user