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
c90aa7b6
Commit
c90aa7b6
authored
Mar 20, 2002
by
Jon Griffiths
Committed by
Alexandre Julliard
Mar 20, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update shell xxxAW wrapper prototypes for fixed SHLWAPI functions.
parent
4e75d124
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
shellpath.c
dlls/shell32/shellpath.c
+2
-2
undocshell.h
dlls/shell32/undocshell.h
+2
-2
No files found.
dlls/shell32/shellpath.c
View file @
c90aa7b6
...
...
@@ -263,7 +263,7 @@ void WINAPI PathRemoveBlanksAW(LPVOID str)
/*************************************************************************
* PathQuoteSpaces [SHELL32.55]
*/
LP
VOID
WINAPI
PathQuoteSpacesAW
(
LPVOID
lpszPath
)
VOID
WINAPI
PathQuoteSpacesAW
(
LPVOID
lpszPath
)
{
if
(
SHELL_OsIsUnicode
())
return
PathQuoteSpacesW
(
lpszPath
);
...
...
@@ -634,7 +634,7 @@ HRESULT WINAPI PathProcessCommandAW (
/*************************************************************************
* PathSetDlgItemPath (SHELL32.48)
*/
BOOL
WINAPI
PathSetDlgItemPathAW
(
HWND
hDlg
,
int
id
,
LPCVOID
pszPath
)
VOID
WINAPI
PathSetDlgItemPathAW
(
HWND
hDlg
,
int
id
,
LPCVOID
pszPath
)
{
if
(
SHELL_OsIsUnicode
())
return
PathSetDlgItemPathW
(
hDlg
,
id
,
pszPath
);
return
PathSetDlgItemPathA
(
hDlg
,
id
,
pszPath
);
...
...
dlls/shell32/undocshell.h
View file @
c90aa7b6
...
...
@@ -571,7 +571,7 @@ LPVOID WINAPI PathGetShortPathAW(LPVOID lpszPath);
void
WINAPI
PathRemoveBlanksAW
(
LPVOID
lpszPath
);
LP
VOID
WINAPI
PathQuoteSpacesAW
(
LPVOID
path
);
VOID
WINAPI
PathQuoteSpacesAW
(
LPVOID
path
);
void
WINAPI
PathUnquoteSpacesAW
(
LPVOID
lpszPath
);
...
...
@@ -624,7 +624,7 @@ BOOL WINAPI PathQualifyAW(LPCVOID path);
BOOL
WINAPI
PathResolveAW
(
LPVOID
lpszPath
,
LPCVOID
*
alpszPaths
,
DWORD
dwFlags
);
BOOL
WINAPI
PathSetDlgItemPathAW
(
HWND
hDlg
,
int
nIDDlgItem
,
LPCVOID
lpszPath
);
VOID
WINAPI
PathSetDlgItemPathAW
(
HWND
hDlg
,
int
nIDDlgItem
,
LPCVOID
lpszPath
);
/* PathProcessCommand flags */
#define PPCF_QUOTEPATH 0x01
/* implies PPCF_INCLUDEARGS */
...
...
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