Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
c8857c07
Commit
c8857c07
authored
Aug 11, 2005
by
Steven Edwards
Committed by
Alexandre Julliard
Aug 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct definition of SFGAO_STORAGEANCESTOR.
parent
ed748a30
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
shfldr_desktop.c
dlls/shell32/shfldr_desktop.c
+1
-1
shlfolder.c
dlls/shell32/tests/shlfolder.c
+1
-1
shobjidl.idl
include/shobjidl.idl
+1
-1
No files found.
dlls/shell32/shfldr_desktop.c
View file @
c8857c07
...
...
@@ -431,7 +431,7 @@ static HRESULT WINAPI ISF_Desktop_fnGetAttributesOf (IShellFolder2 * iface,
IGenericSFImpl
*
This
=
(
IGenericSFImpl
*
)
iface
;
HRESULT
hr
=
S_OK
;
const
static
DWORD
dwDesktopAttributes
=
SFGAO_STORAGE
|
SFGAO_HASPROPSHEET
|
SFGAO_STORAGE
_
ANCESTOR
|
SFGAO_STORAGE
|
SFGAO_HASPROPSHEET
|
SFGAO_STORAGEANCESTOR
|
SFGAO_FILESYSANCESTOR
|
SFGAO_FOLDER
|
SFGAO_FILESYSTEM
|
SFGAO_HASSUBFOLDER
;
TRACE
(
"(%p)->(cidl=%d apidl=%p mask=%p (0x%08lx))
\n
"
,
...
...
dlls/shell32/tests/shlfolder.c
View file @
c8857c07
...
...
@@ -505,7 +505,7 @@ static void test_GetAttributesOf(void)
LPITEMIDLIST
pidlMyComputer
;
DWORD
dwFlags
;
const
static
DWORD
dwDesktopFlags
=
/* As observed on WinXP SP2 */
SFGAO_STORAGE
|
SFGAO_HASPROPSHEET
|
SFGAO_STORAGE
_
ANCESTOR
|
SFGAO_STORAGE
|
SFGAO_HASPROPSHEET
|
SFGAO_STORAGEANCESTOR
|
SFGAO_FILESYSANCESTOR
|
SFGAO_FOLDER
|
SFGAO_FILESYSTEM
|
SFGAO_HASSUBFOLDER
;
const
static
DWORD
dwMyComputerFlags
=
/* As observed on WinXP SP2 */
SFGAO_CANRENAME
|
SFGAO_CANDELETE
|
SFGAO_HASPROPSHEET
|
...
...
include/shobjidl.idl
View file @
c8857c07
...
...
@@ -151,7 +151,7 @@ interface IShellFolder : IUnknown
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"
)
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