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
3eab2ee5
Commit
3eab2ee5
authored
Feb 12, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 12, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Make SHILCreateFromPathA() static and remove WINAPI.
parent
d9811e69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
pidl.c
dlls/shell32/pidl.c
+1
-1
undocshell.h
dlls/shell32/undocshell.h
+0
-5
No files found.
dlls/shell32/pidl.c
View file @
3eab2ee5
...
...
@@ -381,7 +381,7 @@ HRESULT WINAPI ILSaveToStream (IStream * pStream, LPCITEMIDLIST pPidl)
* NOTES
* Wrapper for IShellFolder_ParseDisplayName().
*/
HRESULT
WINAPI
SHILCreateFromPathA
(
LPCSTR
path
,
LPITEMIDLIST
*
ppidl
,
DWORD
*
attributes
)
static
HRESULT
SHILCreateFromPathA
(
LPCSTR
path
,
LPITEMIDLIST
*
ppidl
,
DWORD
*
attributes
)
{
WCHAR
lpszDisplayName
[
MAX_PATH
];
...
...
dlls/shell32/undocshell.h
View file @
3eab2ee5
...
...
@@ -55,11 +55,6 @@ void WINAPI ILGlobalFree(LPITEMIDLIST pidl);
LPITEMIDLIST
WINAPI
SHSimpleIDListFromPathA
(
LPCSTR
lpszPath
);
LPITEMIDLIST
WINAPI
SHSimpleIDListFromPathW
(
LPCWSTR
lpszPath
);
HRESULT
WINAPI
SHILCreateFromPathA
(
LPCSTR
path
,
LPITEMIDLIST
*
ppidl
,
DWORD
*
attributes
);
HRESULT
WINAPI
SHILCreateFromPathW
(
LPCWSTR
path
,
LPITEMIDLIST
*
ppidl
,
...
...
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