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:
Danny Smith
2002-07-20 00:12:25 +00:00
parent 44480f46ea
commit f658e220d9
3 changed files with 19 additions and 2 deletions

View File

@ -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