diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-03-31 20:45:38 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-03-31 20:45:38 +0000 |
commit | cb01b9eadb40425864240c92002c8428a3216455 (patch) | |
tree | 886d684147d427f67f2f8b15a0b649619b9cbea7 /winsup/w32api/include/shellapi.h | |
parent | 06bdee1cf624225ab1d06a64687642a3de7f85b2 (diff) | |
download | cygnal-cb01b9eadb40425864240c92002c8428a3216455.tar.gz cygnal-cb01b9eadb40425864240c92002c8428a3216455.tar.bz2 cygnal-cb01b9eadb40425864240c92002c8428a3216455.zip |
* include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
Diffstat (limited to 'winsup/w32api/include/shellapi.h')
-rw-r--r-- | winsup/w32api/include/shellapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/include/shellapi.h b/winsup/w32api/include/shellapi.h index 3d6ba28d3..d39b851f0 100644 --- a/winsup/w32api/include/shellapi.h +++ b/winsup/w32api/include/shellapi.h @@ -82,6 +82,7 @@ extern "C" { #define SHGFI_SYSICONINDEX 16384 #define SHGFI_LINKOVERLAY 32768 #define SHGFI_SELECTED 65536 +#define SHGFI_ATTR_SPECIFIED 131072 #define SHGFI_LARGEICON 0 #define SHGFI_SMALLICON 1 #define SHGFI_OPENICON 2 |