Commit 70705829 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

inetcomm: Include mimeole.h and fix the type of MimeOleCreateMessage.

parent 83efdf30
......@@ -25,7 +25,9 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "objbase.h"
#include "mimeole.h"
#include "wine/debug.h"
......@@ -45,7 +47,7 @@ HRESULT WINAPI MimeOleSetCompatMode(DWORD dwMode)
/***********************************************************************
* MimeOleCreateMessage (INETCOMM.@)
*/
HRESULT WINAPI MimeOleCreateMessage(IUnknown *pUnkOuter, IUnknown **ppMessage)
HRESULT WINAPI MimeOleCreateMessage(IUnknown *pUnkOuter, IMimeMessage **ppMessage)
{
FIXME("(%p, %p)\n", pUnkOuter, ppMessage);
......
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