Commit 3f789b1c authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

Stub for MLIsMLHInstance.

parent 53fa0d54
......@@ -3678,6 +3678,17 @@ BOOL WINAPI MLFreeLibrary(HMODULE hModule)
}
/*************************************************************************
* @ [SHLWAPI.429]
* FIXME I have no idea what this function does or what its arguments are.
*/
BOOL WINAPI MLIsMLHInstance(HINSTANCE hInst)
{
FIXME("(%p) stub\n", hInst);
return FALSE;
}
/*************************************************************************
* @ [SHLWAPI.430]
*/
DWORD WINAPI MLSetMLHInstance(HINSTANCE hInst, HANDLE hHeap)
......
......@@ -426,7 +426,7 @@
426 stub -noname DestroyMenuWrap
427 stub -noname TrackPopupMenuWrap
428 stdcall @(long long long long long ptr) user32.TrackPopupMenuEx
429 stub -noname MLIsMLHInstance
429 stdcall -noname MLIsMLHInstance(long)
430 stdcall -noname MLSetMLHInstance(long long)
431 stdcall -noname MLClearMLHInstance(long)
432 stub -noname SHSendMessageBroadcastA
......
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