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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user