Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
9ea31be4
Commit
9ea31be4
authored
Dec 19, 2000
by
Gerard Patel
Committed by
Alexandre Julliard
Dec 19, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub for DllDebugObjectRPCHook.
parent
53d198cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
ole2.c
dlls/ole32/ole2.c
+12
-0
ole32.spec
dlls/ole32/ole32.spec
+1
-1
No files found.
dlls/ole32/ole2.c
View file @
9ea31be4
...
...
@@ -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
;
}
dlls/ole32/ole32.spec
View file @
9ea31be4
...
...
@@ -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 st
ub
DllDebugObjectRPCHook
62 st
dcall DllDebugObjectRPCHook(long ptr)
DllDebugObjectRPCHook
63 stdcall DllGetClassObject (ptr ptr ptr) OLE32_DllGetClassObject
64 stub DllGetClassObjectWOW
65 stdcall DoDragDrop(ptr ptr long ptr) DoDragDrop
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment