From d0a130a542b13ed6325689d155af27d97cae50be Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Sun, 25 Oct 1998 09:18:40 +0000 Subject: [PATCH] Stub for SHSimpleIDListFromPath. --- dlls/shell32/shellord.c | 9 +++++++++ relay32/shell32.spec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/dlls/shell32/shellord.c b/dlls/shell32/shellord.c index 9326ee0c8c3..ffdb74dd02b 100644 --- a/dlls/shell32/shellord.c +++ b/dlls/shell32/shellord.c @@ -1040,6 +1040,15 @@ HRESULT WINAPI SHRunControlPanel (DWORD x, DWORD z) { FIXME(shell,"0x%08lx 0x%08lx stub\n",x,z); return 0; } +/************************************************************************* + * SHSimpleIDListFromPath [SHELL32.162] + * + */ +LPITEMIDLIST WINAPI SHSimpleIDListFromPath (LPCSTR lpszPath) +{ + FIXME(shell,"(%s): stub\n",lpszPath); + return 0; +} /************************************************************************* * ShellExecuteEx [SHELL32.291] * diff --git a/relay32/shell32.spec b/relay32/shell32.spec index f490b895672..255c22ab758 100644 --- a/relay32/shell32.spec +++ b/relay32/shell32.spec @@ -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