Commit fc765b98 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

include/objbase.h: Add missing include directives.

parent a7f8195b
......@@ -281,13 +281,16 @@ typedef interface IRpcStubBuffer IRpcStubBuffer;
typedef interface IRpcChannelBuffer IRpcChannelBuffer;
#endif
#include <objidl.h>
#ifndef RC_INVOKED
/* For compatibility only, at least for now */
#include <stdlib.h>
#endif
#include <wtypes.h>
#include <unknwn.h>
#include <objidl.h>
#include <guiddef.h>
#ifndef INITGUID
#include <cguid.h>
#endif
......@@ -511,7 +514,9 @@ HRESULT WINAPI StgSetTimes( OLECHAR const *lpszName, FILETIME const *pctime, FIL
}
#endif
/* FIXME: #include <urlmon.h> */
#ifndef __WINESRC__
# include <urlmon.h>
#endif
#include <propidl.h>
#ifndef __WINESRC__
......
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