Stubs for shlwapi.151 and shlwapi.153.

This commit is contained in:
Huw D M Davies 2000-09-22 20:55:35 +00:00 committed by Alexandre Julliard
parent 545771bbd8
commit 38610fad4b
2 changed files with 20 additions and 2 deletions

View file

@ -93,6 +93,24 @@ DWORD WINAPI SHLWAPI_24 (
return MultiByteToWideChar( CP_ACP, 0, xguid, -1, str, cmax );
}
/*************************************************************************
* SHLWAPI_151 [SHLWAPI.151]
*/
DWORD WINAPI SHLWAPI_151(void)
{
FIXME(": stub\n");
return 0;
}
/*************************************************************************
* SHLWAPI_153 [SHLWAPI.153]
*/
DWORD WINAPI SHLWAPI_153(DWORD dw1, DWORD dw2, DWORD dw3)
{
FIXME("%08lx %08lx %08lx - stub\n", dw1, dw2, dw3);
return 0;
}
/*************************************************************************
* SHLWAPI_156 [SHLWAPI.156]
*

View file

@ -157,9 +157,9 @@ import kernel32
148 stub @
149 stub @
150 stub @
151 stub @
151 stdcall @() SHLWAPI_151
152 stub @
153 stub @
153 stdcall @(long long long) SHLWAPI_153
154 stub @
155 stub @
156 stdcall @(wstr wstr) SHLWAPI_156