mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[INETCOMM] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73272
This commit is contained in:
parent
35d175df70
commit
b42373406d
3 changed files with 10 additions and 2 deletions
|
@ -82,7 +82,7 @@
|
|||
@ stdcall MimeOleGetPropertySchema(ptr)
|
||||
@ stub MimeOleGetRelatedSection
|
||||
@ stub MimeOleInetDateToFileTime
|
||||
@ stub MimeOleObjectFromMoniker
|
||||
@ stdcall MimeOleObjectFromMoniker(long ptr ptr ptr ptr ptr)
|
||||
@ stub MimeOleOpenFileStream
|
||||
@ stub MimeOleParseMhtmlUrl
|
||||
@ stub MimeOleParseRfc822Address
|
||||
|
|
|
@ -3420,3 +3420,11 @@ HRESULT WINAPI MimeGetAddressFormatW(REFIID riid, void *object, DWORD addr_type,
|
|||
|
||||
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;
|
||||
}
|
||||
|
|
|
@ -78,7 +78,7 @@ reactos/dll/win32/ieframe # Synced to WineStaging-1.9.16
|
|||
reactos/dll/win32/imaadp32.acm # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/imagehlp # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/imm32 # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/inetcomm # Synced to WineStaging-1.9.16
|
||||
reactos/dll/win32/inetcomm # Synced to WineStaging-1.9.23
|
||||
reactos/dll/win32/inetmib1 # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/initpki # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/inseng # Synced to WineStaging-1.9.11
|
||||
|
|
Loading…
Reference in a new issue