Commit 42e54f95 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

shell32: Stub ShellHookProc.

parent 25efe69d
......@@ -408,7 +408,7 @@
@ stdcall ShellExecuteExA (long)
@ stdcall ShellExecuteExW (long)
@ stdcall ShellExecuteW (long wstr wstr wstr wstr long)
@ stub ShellHookProc
@ stdcall ShellHookProc(long long long)
@ stdcall Shell_NotifyIcon(long ptr) Shell_NotifyIconA
@ stdcall Shell_NotifyIconA(long ptr)
@ stdcall Shell_NotifyIconW(long ptr)
......
......@@ -1220,3 +1220,12 @@ BOOL WINAPI InitNetworkAddressControl(void)
FIXME("stub\n");
return FALSE;
}
/***********************************************************************
* ShellHookProc (SHELL32.@)
*/
LRESULT CALLBACK ShellHookProc(DWORD a, DWORD b, DWORD c)
{
FIXME("Stub\n");
return 0;
}
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