Commit 997bb894 authored by John Klehm's avatar John Klehm Committed by Alexandre Julliard

inkobj: Stub implementation of IInkCollector.

parent e92819d8
......@@ -3,9 +3,10 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = inkobj.dll
IMPORTS = kernel32
IMPORTS = ole32 kernel32
C_SRCS = \
inkcollector.c \
inkobj.c
@MAKE_DLL_RULES@
......
......@@ -23,6 +23,11 @@
#include "winbase.h"
#include "winerror.h"
#define COBJMACROS
#include "winuser.h"
#include "ole2.h"
#include "msinkaut.h"
#include "wine/debug.h"
extern LONG INKOBJ_refCount;
......
......@@ -15,6 +15,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
import "oaidl.idl";
import "ocidl.idl";
[
......
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