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
2618bd1a
Commit
2618bd1a
authored
Nov 12, 2008
by
Austin English
Committed by
Alexandre Julliard
Nov 13, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/shlwapi: Fix some typos.
parent
f2f0dead
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
shlwapi.h
include/shlwapi.h
+5
-5
No files found.
include/shlwapi.h
View file @
2618bd1a
...
...
@@ -340,7 +340,7 @@ int WINAPI PathCommonPrefixW(LPCWSTR,LPCWSTR,LPWSTR);
HRESULT
WINAPI
PathCreateFromUrlA
(
LPCSTR
pszUrl
,
LPSTR
pszPath
,
LPDWORD
pcchPath
,
DWORD
dwReserved
);
HRESULT
WINAPI
PathCreateFromUrlW
(
LPCWSTR
pszUrl
,
LPWSTR
pszPath
,
LPDWORD
pcchPath
,
DWORD
dwReserved
);
#define PathCreateFromUrl WINELIB_NA
N
E_AW(PathCreateFromUrl)
#define PathCreateFromUrl WINELIB_NA
M
E_AW(PathCreateFromUrl)
BOOL
WINAPI
PathFileExistsA
(
LPCSTR
);
BOOL
WINAPI
PathFileExistsW
(
LPCWSTR
);
...
...
@@ -667,17 +667,17 @@ BOOL WINAPI UrlIsOpaqueW(LPCWSTR);
HRESULT
WINAPI
UrlUnescapeA
(
LPSTR
,
LPSTR
,
LPDWORD
,
DWORD
);
HRESULT
WINAPI
UrlUnescapeW
(
LPWSTR
,
LPWSTR
,
LPDWORD
,
DWORD
);
#define UrlUnescape WINELIB_
AW_NAME
(UrlUnescape)
#define UrlUnescape WINELIB_
NAME_AW
(UrlUnescape)
#define UrlUnescapeInPlaceA(x,y) UrlUnescapeA(x, NULL, NULL, \
y | URL_UNESCAPE_INPLACE)
#define UrlUnescapeInPlaceW(x,y) UrlUnescapeW(x, NULL, NULL, \
y | URL_UNESCAPE_INPLACE)
#define UrlUnescapeInPlace WINELIB_
AW_NAME
(UrlUnescapeInPlace)
#define UrlUnescapeInPlace WINELIB_
NAME_AW
(UrlUnescapeInPlace)
HRESULT
WINAPI
UrlCreateFromPathA
(
LPCSTR
,
LPSTR
,
LPDWORD
,
DWORD
);
HRESULT
WINAPI
UrlCreateFromPathW
(
LPCWSTR
,
LPWSTR
,
LPDWORD
,
DWORD
);
#define UrlCreateFromPath WINELIB_
AW_NAME
(UrlCreateFromPath)
#define UrlCreateFromPath WINELIB_
NAME_AW
(UrlCreateFromPath)
typedef
struct
tagPARSEDURLA
{
DWORD
cbSize
;
...
...
@@ -699,7 +699,7 @@ typedef struct tagPARSEDURLW {
HRESULT
WINAPI
ParseURLA
(
LPCSTR
pszUrl
,
PARSEDURLA
*
ppu
);
HRESULT
WINAPI
ParseURLW
(
LPCWSTR
pszUrl
,
PARSEDURLW
*
ppu
);
#define ParseURL WINELIB_
AW_NAME
(ParseUrl)
#define ParseURL WINELIB_
NAME_AW
(ParseUrl)
#endif
/* NO_SHLWAPI_PATH */
...
...
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