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

This commit is contained in:
Rob Shearman 2008-06-22 09:41:19 +01:00 committed by Alexandre Julliard
parent 42d5b12e63
commit 7302227b2e
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
#include "wine/debug.h"
#include "ole2.h"
#include "compobj_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(ole);
#define INITIAL_SINKS 10