Francois Gouget : include/objbase.h: Add missing include directives.
Module: wine Branch: master Commit: fc765b98bf1dbe910f08dcb41a6ae0d69814957d URL: http://source.winehq.org/git/wine.git/?a=commit;h=fc765b98bf1dbe910f08dcb41a... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Nov 8 00:52:15 2006 +0100 include/objbase.h: Add missing include directives. --- include/objbase.h | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/include/objbase.h b/include/objbase.h index a248e98..85af95a 100644 --- a/include/objbase.h +++ b/include/objbase.h @@ -281,13 +281,16 @@ #define __IRpcChannelBuffer_FWD_DEFINED_ 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 @@ #ifdef __cplusplus } #endif -/* FIXME: #include <urlmon.h> */ +#ifndef __WINESRC__ +# include <urlmon.h> +#endif #include <propidl.h> #ifndef __WINESRC__
participants (1)
-
Alexandre Julliard