Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
997bb894
Commit
997bb894
authored
Oct 12, 2007
by
John Klehm
Committed by
Alexandre Julliard
Oct 12, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inkobj: Stub implementation of IInkCollector.
parent
e92819d8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
421 additions
and
1 deletion
+421
-1
Makefile.in
dlls/inkobj/Makefile.in
+2
-1
inkcollector.c
dlls/inkobj/inkcollector.c
+413
-0
inkobj_internal.h
dlls/inkobj/inkobj_internal.h
+5
-0
msinkaut.idl
include/msinkaut.idl
+1
-0
No files found.
dlls/inkobj/Makefile.in
View file @
997bb894
...
...
@@ -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@
...
...
dlls/inkobj/inkcollector.c
0 → 100644
View file @
997bb894
This diff is collapsed.
Click to expand it.
dlls/inkobj/inkobj_internal.h
View file @
997bb894
...
...
@@ -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
;
...
...
include/msinkaut.idl
View file @
997bb894
...
...
@@ -15,6 +15,7 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
import
"oaidl.idl"
;
import
"ocidl.idl"
;
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment