include/objbase.h: Add missing include directives.
This commit is contained in:
parent
a7f8195be9
commit
fc765b98bf
|
@ -281,13 +281,16 @@ typedef interface IRpcStubBuffer IRpcStubBuffer;
|
||||||
typedef interface IRpcChannelBuffer IRpcChannelBuffer;
|
typedef interface IRpcChannelBuffer IRpcChannelBuffer;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <objidl.h>
|
|
||||||
|
|
||||||
#ifndef RC_INVOKED
|
#ifndef RC_INVOKED
|
||||||
/* For compatibility only, at least for now */
|
/* For compatibility only, at least for now */
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <wtypes.h>
|
||||||
|
#include <unknwn.h>
|
||||||
|
#include <objidl.h>
|
||||||
|
|
||||||
|
#include <guiddef.h>
|
||||||
#ifndef INITGUID
|
#ifndef INITGUID
|
||||||
#include <cguid.h>
|
#include <cguid.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -511,7 +514,9 @@ HRESULT WINAPI StgSetTimes( OLECHAR const *lpszName, FILETIME const *pctime, FIL
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* FIXME: #include <urlmon.h> */
|
#ifndef __WINESRC__
|
||||||
|
# include <urlmon.h>
|
||||||
|
#endif
|
||||||
#include <propidl.h>
|
#include <propidl.h>
|
||||||
|
|
||||||
#ifndef __WINESRC__
|
#ifndef __WINESRC__
|
||||||
|
|
Loading…
Reference in New Issue