diff --git a/include/objbase.h b/include/objbase.h index a248e983103..85af95aed33 100644 --- a/include/objbase.h +++ b/include/objbase.h @@ -281,13 +281,16 @@ typedef interface IRpcStubBuffer IRpcStubBuffer; typedef interface IRpcChannelBuffer IRpcChannelBuffer; #endif -#include - #ifndef RC_INVOKED /* For compatibility only, at least for now */ #include #endif +#include +#include +#include + +#include #ifndef INITGUID #include #endif @@ -511,7 +514,9 @@ HRESULT WINAPI StgSetTimes( OLECHAR const *lpszName, FILETIME const *pctime, FIL } #endif -/* FIXME: #include */ +#ifndef __WINESRC__ +# include +#endif #include #ifndef __WINESRC__