Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
13b1864e
Commit
13b1864e
authored
Jun 18, 2000
by
James Hatheway
Committed by
Alexandre Julliard
Jun 18, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a stub for CoCreateFreeThreadedMarshaler().
parent
73c32e79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
compobj.c
dlls/ole32/compobj.c
+9
-0
ole32.spec
dlls/ole32/ole32.spec
+1
-1
No files found.
dlls/ole32/compobj.c
View file @
13b1864e
...
...
@@ -1862,6 +1862,15 @@ HRESULT WINAPI CoSetState(LPDWORD state)
if
(
state
)
*
state
=
0
;
return
S_OK
;
}
/***********************************************************************
* CoCreateFreeThreadedMarshaler [OLE32.5]
*/
HRESULT
WINAPI
CoCreateFreeThreadedMarshaler
(
LPUNKNOWN
punkOuter
,
LPUNKNOWN
*
ppunkMarshal
)
{
FIXME
(
"(%p %p): stub
\n
"
,
punkOuter
,
ppunkMarshal
);
return
S_OK
;
}
/***********************************************************************
...
...
dlls/ole32/ole32.spec
View file @
13b1864e
...
...
@@ -5,7 +5,7 @@ type win32
2 stdcall CLSIDFromProgID(wstr ptr) CLSIDFromProgID
3 stdcall CLSIDFromString(wstr ptr) CLSIDFromString
4 stdcall CoBuildVersion() CoBuildVersion
5 st
ub CoCreateFreeThreadedMarshaler # stdcall (ptr ptr) return 0,ERR_NOTIMPLEMENTED
5 st
dcall CoCreateFreeThreadedMarshaler(ptr ptr) CoCreateFreeThreadedMarshaler
6 stdcall CoCreateGuid(ptr) CoCreateGuid
7 stdcall CoCreateInstance(ptr ptr long ptr ptr) CoCreateInstance
8 stdcall CoDisconnectObject(ptr long) CoDisconnectObject
...
...
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