Commit 6ae22de4 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

shell32: Add a stub for LinkWindow_RegisterClass.

parent 0ae7eafc
......@@ -210,6 +210,7 @@
250 stdcall -noname PathRemoveExtension(ptr) PathRemoveExtensionAW
251 stdcall -noname PathRemoveArgs(ptr) PathRemoveArgsAW
256 stdcall @(ptr ptr) SHELL32_256
258 stdcall -noname LinkWindow_RegisterClass()
#299 stub Shl1632_ThunkData32
#300 stub Shl3216_ThunkData32
......
......@@ -1957,3 +1957,12 @@ HRESULT WINAPI SHSetLocalizedName(LPWSTR pszPath, LPCWSTR pszResModule, int idsR
return S_OK;
}
/*************************************************************************
* LinkWindow_RegisterClass (SHELL32.258)
*/
BOOL WINAPI LinkWindow_RegisterClass(void)
{
FIXME("()\n");
return TRUE;
}
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