* include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.

This commit is contained in:
Danny Smith
2002-03-31 20:45:38 +00:00
parent 06bdee1cf6
commit cb01b9eadb
2 changed files with 5 additions and 0 deletions

View File

@ -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