* include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
This commit is contained in:
parent
06bdee1cf6
commit
cb01b9eadb
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue