Francois Gouget : include/objbase.h: Add missing include directives.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Nov 8 06:43:12 CST 2006


Module: wine
Branch: master
Commit: fc765b98bf1dbe910f08dcb41a6ae0d69814957d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fc765b98bf1dbe910f08dcb41a6ae0d69814957d

Author: Francois Gouget <fgouget at 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__




More information about the wine-cvs mailing list