Stub for MLIsMLHInstance.
This commit is contained in:
parent
53fa0d5433
commit
3f789b1c92
|
@ -3677,6 +3677,17 @@ BOOL WINAPI MLFreeLibrary(HMODULE hModule)
|
|||
return FreeLibrary(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]
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue