* include/shlobj.h (SHGFP_TYPE): Add enum.
This commit is contained in:
@ -532,8 +532,14 @@ typedef struct
|
||||
DWORD dwAttributes;
|
||||
int csidl;
|
||||
} PERSIST_FOLDER_TARGET_INFO;
|
||||
|
||||
typedef enum {
|
||||
SHGFP_TYPE_CURRENT = 0,
|
||||
SHGFP_TYPE_DEFAULT = 1,
|
||||
} SHGFP_TYPE;
|
||||
#endif
|
||||
|
||||
|
||||
DECLARE_ENUMERATOR_(IEnumIDList,LPITEMIDLIST);
|
||||
typedef IEnumIDList *LPENUMIDLIST;
|
||||
|
||||
|
Reference in New Issue
Block a user