Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ad5ec783
Commit
ad5ec783
authored
Apr 11, 2005
by
Huw Davies
Committed by
Alexandre Julliard
Apr 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some missing SFGAO_ defines and fix SFGAO_GHOSTED.
parent
8dabf51d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
shobjidl.idl
include/shobjidl.idl
+7
-2
No files found.
include/shobjidl.idl
View file @
ad5ec783
...
...
@@ -125,17 +125,20 @@ interface IShellFolder : IUnknown
cpp_quote
(
"#define SFGAO_CANCOPY DROPEFFECT_COPY"
)
cpp_quote
(
"#define SFGAO_CANMOVE DROPEFFECT_MOVE"
)
cpp_quote
(
"#define SFGAO_CANLINK DROPEFFECT_LINK"
)
cpp_quote
(
"#define SFGAO_STORAGE 0x00000008L"
)
cpp_quote
(
"#define SFGAO_CANRENAME 0x00000010L"
)
cpp_quote
(
"#define SFGAO_CANDELETE 0x00000020L"
)
cpp_quote
(
"#define SFGAO_HASPROPSHEET 0x00000040L"
)
cpp_quote
(
"#define SFGAO_DROPTARGET 0x00000100L"
)
cpp_quote
(
"#define SFGAO_CAPABILITYMASK 0x00000177L"
)
cpp_quote
(
"#define SFGAO_ENCRYPTED 0x00002000L"
)
cpp_quote
(
"#define SFGAO_ISSLOW 0x00004000L"
)
cpp_quote
(
"#define SFGAO_GHOSTED 0x00008000L"
)
cpp_quote
(
"#define SFGAO_LINK 0x00010000L"
)
cpp_quote
(
"#define SFGAO_SHARE 0x00020000L"
)
cpp_quote
(
"#define SFGAO_READONLY 0x00040000L"
)
cpp_quote
(
"#define SFGAO_GHOSTED 0x00080000L"
)
cpp_quote
(
"#define SFGAO_HIDDEN 0x00080000L"
)
cpp_quote
(
"#define SFGAO_DISPLAYATTRMASK 0x000F
0
000L"
)
cpp_quote
(
"#define SFGAO_DISPLAYATTRMASK 0x000F
C
000L"
)
cpp_quote
(
"#define SFGAO_FILESYSANCESTOR 0x10000000L"
)
cpp_quote
(
"#define SFGAO_FOLDER 0x20000000L"
)
cpp_quote
(
"#define SFGAO_FILESYSTEM 0x40000000L"
)
...
...
@@ -147,6 +150,8 @@ interface IShellFolder : IUnknown
cpp_quote
(
"#define SFGAO_BROWSABLE 0x08000000L"
)
cpp_quote
(
"#define SFGAO_NONENUMERATED 0x00100000L"
)
cpp_quote
(
"#define SFGAO_NEWCONTENT 0x00200000L"
)
cpp_quote
(
"#define SFGAO_STREAM 0x00400000L"
)
cpp_quote
(
"#define SFGAO_STORAGE_ANCESTOR 0x00800000L"
)
typedef
ULONG
SFGAOF
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment