* 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

@ -1,3 +1,7 @@
2002-03-31 Victor Porton <porton@narod.ru>
* include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
2002-03-29 David Robinow <drobinow@yahoo.com>
* include/wingdi.h (SetPixelFormat): Correct prototype.

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