Module: wine Branch: master Commit: 7302227b2e10c60b42463ae2c5febd91bc6339e4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7302227b2e10c60b42463ae2c5...
Author: Rob Shearman robertshearman@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