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