Added stubs for WINTAB{,32}.DLL (used by many important drawing
commit5caddc78630ab3274a9899026dc767acf51414dc
authorPatrik Stridvall <ps@leissner.se>
Tue, 17 Dec 2002 01:49:16 +0000 (17 01:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Dec 2002 01:49:16 +0000 (17 01:49 +0000)
treee0b78322a3e3b6ce7cd8c998ce3ada116149cf6f
parenta80e051a71fce72de55cb4cf2295f0f4fdfbf283
Added stubs for WINTAB{,32}.DLL (used by many important drawing
applications for supporting tablets).
14 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/wintab32/.cvsignore [new file with mode: 0644]
dlls/wintab32/Makefile.in [new file with mode: 0644]
dlls/wintab32/context.c [new file with mode: 0644]
dlls/wintab32/manager.c [new file with mode: 0644]
dlls/wintab32/wintab.spec [new file with mode: 0644]
dlls/wintab32/wintab16.c [new file with mode: 0644]
dlls/wintab32/wintab32.spec [new file with mode: 0644]
include/Makefile.in
include/pktdef.h [new file with mode: 0644]
include/wintab.h [new file with mode: 0644]
include/wintabx.h [new file with mode: 0644]