Commit 9ea31be4 authored by Gerard Patel's avatar Gerard Patel Committed by Alexandre Julliard

Stub for DllDebugObjectRPCHook.

parent 53d198cc
......@@ -2156,3 +2156,15 @@ HGLOBAL16 WINAPI OleMetaFilePictFromIconAndLabel16(
mf->hMF = CloseMetaFile16(hdc);
return hmf;
}
/******************************************************************************
* DllDebugObjectRPCHook
* turns on and off internal debugging, pointer is only used on macintosh
*/
BOOL WINAPI DllDebugObjectRPCHook(BOOL b, void *dummy)
{
FIXME("stub\n");
return TRUE;
}
......@@ -73,7 +73,7 @@ debug_channels (ole relay storage)
59 stdcall CreateOleAdviseHolder(ptr) CreateOleAdviseHolder
60 stub CreatePointerMoniker # stdcall (ptr ptr) return 0,ERR_NOTIMPLEMENTED
61 stdcall CreateStreamOnHGlobal(ptr long ptr) CreateStreamOnHGlobal
62 stub DllDebugObjectRPCHook
62 stdcall DllDebugObjectRPCHook(long ptr) DllDebugObjectRPCHook
63 stdcall DllGetClassObject (ptr ptr ptr) OLE32_DllGetClassObject
64 stub DllGetClassObjectWOW
65 stdcall DoDragDrop(ptr ptr long ptr) DoDragDrop
......
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