summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/shlobj.h
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2004-12-29 12:15:19 +0000
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2004-12-29 12:15:19 +0000
commit3a39329a25613c8db51a9b816b90767c19da895b (patch)
treee43bfcc7d6437dbd1d0c4734cfff65bc57f1368f /winsup/w32api/include/shlobj.h
parent5f0fd5997465dda22325e49074f2dc2e19f55ed0 (diff)
downloadcygnal-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.h3
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 {