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
d0a130a5
Commit
d0a130a5
authored
Oct 25, 1998
by
Michael Poole
Committed by
Alexandre Julliard
Oct 25, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub for SHSimpleIDListFromPath.
parent
75796ea8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
shellord.c
dlls/shell32/shellord.c
+9
-0
shell32.spec
relay32/shell32.spec
+1
-1
No files found.
dlls/shell32/shellord.c
View file @
d0a130a5
...
...
@@ -1041,6 +1041,15 @@ HRESULT WINAPI SHRunControlPanel (DWORD x, DWORD z)
return
0
;
}
/*************************************************************************
* SHSimpleIDListFromPath [SHELL32.162]
*
*/
LPITEMIDLIST
WINAPI
SHSimpleIDListFromPath
(
LPCSTR
lpszPath
)
{
FIXME
(
shell
,
"(%s): stub
\n
"
,
lpszPath
);
return
0
;
}
/*************************************************************************
* ShellExecuteEx [SHELL32.291]
*
*/
...
...
relay32/shell32.spec
View file @
d0a130a5
...
...
@@ -167,7 +167,7 @@ init Shell32LibMain
159 stub PathIsDirectory
160 stub SHNetConnectionDialog
161 stdcall SHRunControlPanel (long long) SHRunControlPanel
162 st
ub
SHSimpleIDListFromPath
162 st
dcall SHSimpleIDListFromPath (ptr)
SHSimpleIDListFromPath
163 stub StrToOleStr
164 stub Win32DeleteFile
165 stdcall SHCreateDirectory(long long) SHCreateDirectory
...
...
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