Commit 7302227b authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: Include compobj_private.h in oleobj.c to type-check the function…

ole32: Include compobj_private.h in oleobj.c to type-check the function signatures of DataAdviseHolder_OnConnect and DataAdviseHolder_OnDisconnect.
parent 42d5b12e
......@@ -32,6 +32,8 @@
#include "wine/debug.h"
#include "ole2.h"
#include "compobj_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(ole);
#define INITIAL_SINKS 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment