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
97ac9612
Commit
97ac9612
authored
Aug 15, 2001
by
Uwe Bonnes
Committed by
Alexandre Julliard
Aug 15, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PathGetExtensionAW has three arguments.
parent
23fbf4a9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
shell32.spec
dlls/shell32/shell32.spec
+1
-1
shellpath.c
dlls/shell32/shellpath.c
+1
-1
undocshell.h
include/wine/undocshell.h
+1
-1
No files found.
dlls/shell32/shell32.spec
View file @
97ac9612
...
...
@@ -163,7 +163,7 @@ debug_channels (exec pidl shell shlctrl)
155 stdcall ILFree (ptr) ILFree
156 stdcall ILGlobalFree (ptr) ILGlobalFree
157 stdcall ILCreateFromPath (ptr) ILCreateFromPathAW
158 stdcall PathGetExtension(str) PathGetExtensionAW
158 stdcall PathGetExtension(str
long long
) PathGetExtensionAW
159 stdcall PathIsDirectory(ptr)PathIsDirectoryAW
160 stub SHNetConnectionDialog
161 stdcall SHRunControlPanel (long long) SHRunControlPanel
...
...
dlls/shell32/shellpath.c
View file @
97ac9612
...
...
@@ -122,7 +122,7 @@ static LPWSTR PathGetExtensionW(LPCWSTR lpszPath)
/*************************************************************************
* PathGetExtension [SHELL32.158]
*/
LPVOID
WINAPI
PathGetExtensionAW
(
LPCVOID
lpszPath
)
LPVOID
WINAPI
PathGetExtensionAW
(
LPCVOID
lpszPath
,
DWORD
void1
,
DWORD
void2
)
{
if
(
SHELL_OsIsUnicode
())
return
PathGetExtensionW
(
lpszPath
);
...
...
include/wine/undocshell.h
View file @
97ac9612
...
...
@@ -543,7 +543,7 @@ LPVOID WINAPI PathFindExtensionAW(LPCVOID path);
LPVOID
WINAPI
PathFindFileNameAW
(
LPCVOID
path
);
LPVOID
WINAPI
PathGetExtensionAW
(
LPCVOID
lpszPath
);
LPVOID
WINAPI
PathGetExtensionAW
(
LPCVOID
lpszPath
,
DWORD
void1
,
DWORD
void2
);
LPVOID
WINAPI
PathGetArgsAW
(
LPVOID
lpszPath
);
...
...
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