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
f4878f08
Commit
f4878f08
authored
Sep 28, 2009
by
Ge van Geldorp
Committed by
Alexandre Julliard
Sep 28, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Fix shellpath test on Win7.
parent
5448bf3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
shellpath.c
dlls/shell32/tests/shellpath.c
+4
-1
No files found.
dlls/shell32/tests/shellpath.c
View file @
f4878f08
...
...
@@ -43,6 +43,9 @@
#endif
/* from pidl.h, not included here: */
#ifndef PT_CPL
/* Guess, Win7 uses this for CSIDL_CONTROLS */
#define PT_CPL 0x01
/* no path */
#endif
#ifndef PT_GUID
#define PT_GUID 0x1f
/* no path */
#endif
...
...
@@ -93,7 +96,7 @@ static UINT (WINAPI *pGetSystemWow64DirectoryA)(LPSTR,UINT);
static
DLLVERSIONINFO
shellVersion
=
{
0
};
static
LPMALLOC
pMalloc
;
static
const
BYTE
guidType
[]
=
{
PT_GUID
};
static
const
BYTE
controlPanelType
[]
=
{
PT_SHELLEXT
,
PT_GUID
};
static
const
BYTE
controlPanelType
[]
=
{
PT_SHELLEXT
,
PT_GUID
,
PT_CPL
};
static
const
BYTE
folderType
[]
=
{
PT_FOLDER
,
PT_FOLDERW
};
static
const
BYTE
favoritesType
[]
=
{
PT_FOLDER
,
PT_FOLDERW
,
0
,
PT_IESPECIAL2
/* Win98 */
};
static
const
BYTE
folderOrSpecialType
[]
=
{
PT_FOLDER
,
PT_IESPECIAL2
};
...
...
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