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
69cd386b
Commit
69cd386b
authored
Apr 04, 2009
by
Nicolas Le Cam
Committed by
Alexandre Julliard
Apr 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Fix tests on localized platforms.
parent
30041c28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
shellpath.c
dlls/shell32/tests/shellpath.c
+5
-2
No files found.
dlls/shell32/tests/shellpath.c
View file @
69cd386b
...
...
@@ -58,6 +58,9 @@
#ifndef PT_FOLDER
#define PT_FOLDER 0x31
/* has path */
#endif
#ifndef PT_FOLDERW
#define PT_FOLDERW 0x35
/* has path */
#endif
#ifndef PT_WORKGRP
#define PT_WORKGRP 0x41
/* no path */
#endif
...
...
@@ -90,8 +93,8 @@ static DLLVERSIONINFO shellVersion = { 0 };
static
LPMALLOC
pMalloc
;
static
const
BYTE
guidType
[]
=
{
PT_GUID
};
static
const
BYTE
controlPanelType
[]
=
{
PT_SHELLEXT
,
PT_GUID
};
static
const
BYTE
folderType
[]
=
{
PT_FOLDER
};
static
const
BYTE
favoritesType
[]
=
{
PT_FOLDER
,
0
,
PT_IESPECIAL2
/* Win98 */
};
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
};
static
const
BYTE
personalType
[]
=
{
PT_FOLDER
,
PT_GUID
,
PT_DRIVE
,
0xff
/* Win9x */
,
PT_IESPECIAL2
/* Win98 */
,
0
/* Vista */
};
...
...
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