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:
parent
42d5b12e63
commit
7302227b2e
|
@ -32,6 +32,8 @@
|
|||
#include "wine/debug.h"
|
||||
#include "ole2.h"
|
||||
|
||||
#include "compobj_private.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ole);
|
||||
|
||||
#define INITIAL_SINKS 10
|
||||
|
|
Loading…
Reference in New Issue