Commit d0a130a5 authored by Michael Poole's avatar Michael Poole Committed by Alexandre Julliard

Stub for SHSimpleIDListFromPath.

parent 75796ea8
......@@ -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]
*
*/
......
......@@ -167,7 +167,7 @@ init Shell32LibMain
159 stub PathIsDirectory
160 stub SHNetConnectionDialog
161 stdcall SHRunControlPanel (long long) SHRunControlPanel
162 stub SHSimpleIDListFromPath
162 stdcall SHSimpleIDListFromPath (ptr) SHSimpleIDListFromPath
163 stub StrToOleStr
164 stub Win32DeleteFile
165 stdcall SHCreateDirectory(long long) SHCreateDirectory
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment