2003-7-31 Martin Fuchs <Martin-Fuchs@gmx.net>
* include/shlobj.h (SFGAO_COMPRESSED): Add define. (SFGAOF,SHGDNF): Add typedef's. (SHCONTF): Extend enum.
This commit is contained in:
parent
de03e10ca5
commit
49c12c3f53
@ -1,3 +1,9 @@
|
||||
2003-7-31 Martin Fuchs <Martin-Fuchs@gmx.net>
|
||||
|
||||
* include/shlobj.h (SFGAO_COMPRESSED): Add define.
|
||||
(SFGAOF, SHGDNF): Add typedef's.
|
||||
(SHCONTF): Extend enum.
|
||||
|
||||
2003-07-31 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/shellapi.h: Include all structs within pshpack2.h/
|
||||
|
@ -1,6 +1,6 @@
|
||||
#ifndef _SHLOBJ_H
|
||||
#define _SHLOBJ_H
|
||||
#if __GNUC__ >=3
|
||||
#if __GNUC__ >= 3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
@ -99,6 +99,7 @@ extern "C" {
|
||||
#define SFGAO_CONTENTSMASK 0x80000000L
|
||||
#define SFGAO_VALIDATE 0x01000000L
|
||||
#define SFGAO_REMOVABLE 0x02000000L
|
||||
#define SFGAO_COMPRESSED 0x04000000L
|
||||
#define STRRET_WSTR 0
|
||||
#define STRRET_OFFSET 1
|
||||
#define STRRET_CSTR 2
|
||||
@ -285,6 +286,9 @@ extern "C" {
|
||||
#define SV2GV_CURRENTVIEW ((UINT)-1)
|
||||
#define SV2GV_DEFAULTVIEW ((UINT)-2)
|
||||
|
||||
typedef ULONG SFGAOF;
|
||||
typedef DWORD SHGDNF;
|
||||
|
||||
typedef struct _IDA {
|
||||
UINT cidl;
|
||||
UINT aoffset[1];
|
||||
@ -342,9 +346,13 @@ typedef enum tagSHGDN {
|
||||
SHGDN_FORPARSING=0x8000
|
||||
} SHGNO;
|
||||
typedef enum tagSHCONTF {
|
||||
SHCONTF_FOLDERS=32,
|
||||
SHCONTF_NONFOLDERS=64,
|
||||
SHCONTF_INCLUDEHIDDEN=128
|
||||
SHCONTF_FOLDERS = 32,
|
||||
SHCONTF_NONFOLDERS = 64,
|
||||
SHCONTF_INCLUDEHIDDEN = 128,
|
||||
SHCONTF_INIT_ON_FIRST_NEXT = 256,
|
||||
SHCONTF_NETPRINTERSRCH = 512,
|
||||
SHCONTF_SHAREABLE = 1024,
|
||||
SHCONTF_STORAGE = 2048
|
||||
} SHCONTF;
|
||||
typedef struct _STRRET {
|
||||
UINT uType;
|
||||
|
Loading…
x
Reference in New Issue
Block a user