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
c40001cd
Commit
c40001cd
authored
Aug 15, 2016
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Aug 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inetcomm: Add MimeOleObjectFromMoniker stub.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2263baaf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
inetcomm.spec
dlls/inetcomm/inetcomm.spec
+1
-1
mimeole.c
dlls/inetcomm/mimeole.c
+8
-0
No files found.
dlls/inetcomm/inetcomm.spec
View file @
c40001cd
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
@ stdcall MimeOleGetPropertySchema(ptr)
@ stdcall MimeOleGetPropertySchema(ptr)
@ stub MimeOleGetRelatedSection
@ stub MimeOleGetRelatedSection
@ stub MimeOleInetDateToFileTime
@ stub MimeOleInetDateToFileTime
@ st
ub MimeOleObjectFromMoniker
@ st
dcall MimeOleObjectFromMoniker(long ptr ptr ptr ptr ptr)
@ stub MimeOleOpenFileStream
@ stub MimeOleOpenFileStream
@ stub MimeOleParseMhtmlUrl
@ stub MimeOleParseMhtmlUrl
@ stub MimeOleParseRfc822Address
@ stub MimeOleParseRfc822Address
...
...
dlls/inetcomm/mimeole.c
View file @
c40001cd
...
@@ -3436,3 +3436,11 @@ HRESULT WINAPI MimeGetAddressFormatW(REFIID riid, void *object, DWORD addr_type,
...
@@ -3436,3 +3436,11 @@ HRESULT WINAPI MimeGetAddressFormatW(REFIID riid, void *object, DWORD addr_type,
return
E_NOTIMPL
;
return
E_NOTIMPL
;
}
}
HRESULT
WINAPI
MimeOleObjectFromMoniker
(
BINDF
bindf
,
IMoniker
*
moniker
,
IBindCtx
*
binding
,
REFIID
riid
,
void
**
out
,
IMoniker
**
moniker_new
)
{
FIXME
(
"(0x%08x, %p, %p, %s, %p, %p) stub
\n
"
,
bindf
,
moniker
,
binding
,
debugstr_guid
(
riid
),
out
,
moniker_new
);
return
E_NOTIMPL
;
}
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