mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 03:48:30 +00:00
[PSDK] Update shellapi.h and shlobj.h. CORE-15682
This commit is contained in:
parent
96d1cd2b62
commit
601cdab402
2 changed files with 18 additions and 1 deletions
|
@ -160,6 +160,7 @@ extern "C" {
|
|||
#define SHGFI_ADDOVERLAYS 32
|
||||
#define SHGFI_OVERLAYINDEX 64
|
||||
#define SHGFI_ICON 256
|
||||
#define SHGSI_ICON SHGFI_ICON
|
||||
#define SHGFI_DISPLAYNAME 512
|
||||
#define SHGFI_TYPENAME 1024
|
||||
#define SHGFI_ATTRIBUTES 2048
|
||||
|
@ -171,6 +172,7 @@ extern "C" {
|
|||
#define SHGFI_ATTR_SPECIFIED 131072
|
||||
#define SHGFI_LARGEICON 0
|
||||
#define SHGFI_SMALLICON 1
|
||||
#define SHGSI_SMALLICON SHGFI_SMALLICON
|
||||
#define SHGFI_OPENICON 2
|
||||
#define SHGFI_SHELLICONSIZE 4
|
||||
#define SHGFI_PIDL 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue