diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2004-12-29 12:15:19 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2004-12-29 12:15:19 +0000 |
commit | 3a39329a25613c8db51a9b816b90767c19da895b (patch) | |
tree | e43bfcc7d6437dbd1d0c4734cfff65bc57f1368f /winsup/w32api/include/shlobj.h | |
parent | 5f0fd5997465dda22325e49074f2dc2e19f55ed0 (diff) | |
download | cygnal-3a39329a25613c8db51a9b816b90767c19da895b.tar.gz cygnal-3a39329a25613c8db51a9b816b90767c19da895b.tar.bz2 cygnal-3a39329a25613c8db51a9b816b90767c19da895b.zip |
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.
Diffstat (limited to 'winsup/w32api/include/shlobj.h')
-rw-r--r-- | winsup/w32api/include/shlobj.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/w32api/include/shlobj.h b/winsup/w32api/include/shlobj.h index 6e513ba84..07f4bdae4 100644 --- a/winsup/w32api/include/shlobj.h +++ b/winsup/w32api/include/shlobj.h @@ -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 { |