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
d7742bd6
Commit
d7742bd6
authored
Jul 28, 2000
by
Patrik Stridvall
Committed by
Alexandre Julliard
Jul 28, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some warnings.
parent
c92f4c1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
shlwapi.h
include/shlwapi.h
+42
-0
No files found.
include/shlwapi.h
View file @
d7742bd6
...
...
@@ -8,6 +8,48 @@
extern
"C"
{
#endif
/* defined(__cplusplus) */
BOOL
WINAPI
PathAppendA
(
LPSTR
lpszPath1
,
LPCSTR
lpszPath2
);
BOOL
WINAPI
PathAppendW
(
LPWSTR
lpszPath1
,
LPCWSTR
lpszPath2
);
LPSTR
WINAPI
PathBuildRootA
(
LPSTR
lpszPath
,
int
drive
);
LPWSTR
WINAPI
PathBuildRootW
(
LPWSTR
lpszPath
,
int
drive
);
LPSTR
WINAPI
PathGetArgsA
(
LPCSTR
lpszPath
);
LPWSTR
WINAPI
PathGetArgsW
(
LPCWSTR
lpszPath
);
BOOL
WINAPI
PathRemoveFileSpecA
(
LPSTR
lpszPath
);
BOOL
WINAPI
PathRemoveFileSpecW
(
LPWSTR
lpszPath
);
void
WINAPI
PathStripPathA
(
LPSTR
lpszPath
);
void
WINAPI
PathStripPathW
(
LPWSTR
lpszPath
);
void
WINAPI
PathRemoveArgsA
(
LPSTR
lpszPath
);
void
WINAPI
PathRemoveArgsW
(
LPWSTR
lpszPath
);
void
WINAPI
PathRemoveExtensionA
(
LPSTR
lpszPath
);
void
WINAPI
PathRemoveExtensionW
(
LPWSTR
lpszPath
);
void
WINAPI
PathUnquoteSpacesA
(
LPSTR
str
);
void
WINAPI
PathUnquoteSpacesW
(
LPWSTR
str
);
int
WINAPI
PathParseIconLocationA
(
LPSTR
lpszPath
);
int
WINAPI
PathParseIconLocationW
(
LPWSTR
lpszPath
);
BOOL
WINAPI
PathIsExeA
(
LPCSTR
lpszPath
);
BOOL
WINAPI
PathIsExeW
(
LPCWSTR
lpszPath
);
BOOL
WINAPI
PathIsDirectoryA
(
LPCSTR
lpszPath
);
BOOL
WINAPI
PathIsDirectoryW
(
LPCWSTR
lpszPath
);
BOOL
WINAPI
PathFileExistsA
(
LPCSTR
lpszPath
);
BOOL
WINAPI
PathFileExistsW
(
LPCWSTR
lpszPath
);
BOOL
WINAPI
PathIsSameRootA
(
LPCSTR
lpszPath1
,
LPCSTR
lpszPath2
);
BOOL
WINAPI
PathIsSameRootW
(
LPCWSTR
lpszPath1
,
LPCWSTR
lpszPath2
);
BOOL
WINAPI
PathSetDlgItemPathA
(
HWND
hDlg
,
int
id
,
LPCSTR
pszPath
);
BOOL
WINAPI
PathSetDlgItemPathW
(
HWND
hDlg
,
int
id
,
LPCWSTR
pszPath
);
LPSTR
WINAPI
PathFindFileNameA
(
LPCSTR
pPath
);
LPWSTR
WINAPI
PathFindFileNameW
(
LPCWSTR
pPath
);
#define PathFindFileName WINELIB_NAME_AW(PathFindFileName)
...
...
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