Rob Shearman : ole32: Include compobj_private.h in oleobj. c to type-check the function signatures of DataAdviseHolder_OnConnect and DataAdviseHolder_OnDisconnect .

Alexandre Julliard julliard at winehq.org
Mon Jun 23 07:35:34 CDT 2008


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

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Sun Jun 22 09:41:19 2008 +0100

ole32: Include compobj_private.h in oleobj.c to type-check the function signatures of DataAdviseHolder_OnConnect and DataAdviseHolder_OnDisconnect.

---

 dlls/ole32/oleobj.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/ole32/oleobj.c b/dlls/ole32/oleobj.c
index 217e01d..b01f59d 100644
--- a/dlls/ole32/oleobj.c
+++ b/dlls/ole32/oleobj.c
@@ -32,6 +32,8 @@
 #include "wine/debug.h"
 #include "ole2.h"
 
+#include "compobj_private.h"
+
 WINE_DEFAULT_DEBUG_CHANNEL(ole);
 
 #define INITIAL_SINKS 10




More information about the wine-cvs mailing list