2004-12-29 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

*include/winuser.h (MNS_*, WM_MENUCOMMAND,
	WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
	WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
	SPI_GETFOREGROUNDLOCKTIMEOUT,
	SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
	*include/imm.h (WM_IME_REQUEST): Added definition.
	*include/shlobj.h (SLGP_RAWPATH,
	SLGP_UNCPRIORITY): Added definition.
This commit is contained in:
Chris Sutcliffe
2004-12-29 12:15:19 +00:00
parent 5f0fd59974
commit 3a39329a25
4 changed files with 33 additions and 2 deletions

View File

@ -462,7 +462,8 @@ typedef enum {
} SLR_FLAGS;
typedef enum {
SLGP_SHORTPATH=1,
SLGP_UNCPRIORITY
SLGP_UNCPRIORITY=2,
SLGP_RAWPATH=4
} SLGP_FLAGS;
typedef PBYTE LPVIEWSETTINGS;
typedef enum {