From 3f789b1c923a348acb36b1073deb0d8251942094 Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Thu, 5 Feb 2004 01:39:40 +0000 Subject: [PATCH] Stub for MLIsMLHInstance. --- dlls/shlwapi/ordinal.c | 11 +++++++++++ dlls/shlwapi/shlwapi.spec | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/dlls/shlwapi/ordinal.c b/dlls/shlwapi/ordinal.c index 9451a845649..99a182172e7 100644 --- a/dlls/shlwapi/ordinal.c +++ b/dlls/shlwapi/ordinal.c @@ -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] */ diff --git a/dlls/shlwapi/shlwapi.spec b/dlls/shlwapi/shlwapi.spec index 639ac5ff56c..002a3af9f46 100644 --- a/dlls/shlwapi/shlwapi.spec +++ b/dlls/shlwapi/shlwapi.spec @@ -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