summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/shlobj.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-01-16 09:25:01 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2004-01-16 09:25:01 +0000
commitc0bd991305cf3988548460249f695bbfe95ae76c (patch)
tree0e36cb16d313034ead09a2d94349873e56868dd0 /winsup/w32api/include/shlobj.h
parent42fb62041d4bcc7fa8eb200891fbf91876ebf738 (diff)
downloadcygnal-c0bd991305cf3988548460249f695bbfe95ae76c.tar.gz
cygnal-c0bd991305cf3988548460249f695bbfe95ae76c.tar.bz2
cygnal-c0bd991305cf3988548460249f695bbfe95ae76c.zip
2004-01-16 Martin Fuchs <martin-fuchs@gmx.net>
* include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
Diffstat (limited to 'winsup/w32api/include/shlobj.h')
-rw-r--r--winsup/w32api/include/shlobj.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/include/shlobj.h b/winsup/w32api/include/shlobj.h
index 216b52337..2243bd4dc 100644
--- a/winsup/w32api/include/shlobj.h
+++ b/winsup/w32api/include/shlobj.h
@@ -391,6 +391,7 @@ typedef enum tagSHGDN {
SHGDN_NORMAL=0,
SHGDN_INFOLDER,
SHGDN_FOREDITING=0x1000,
+ SHGDN_INCLUDE_NONFILESYS=0x2000,
SHGDN_FORADDRESSBAR=0x4000,
SHGDN_FORPARSING=0x8000
} SHGNO;