Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
commit304d9a4737d867619459d53344034a4e0e680765
authorHuw D M Davies <h.davies1@physics.ox.ac.uk>
Mon, 13 Sep 1999 15:15:45 +0000 (13 15:15 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Sep 1999 15:15:45 +0000 (13 15:15 +0000)
treeec0ad6dc5c6fa785fcfc570a1f877a615e7b6c98
parent9e9fc1b9b64064be835a71b89e4ee735f6bfb0dd
Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
Remove relays for win16drv from CallBack table, instead use build to
generate them directly in graphics/win16drv/prtdrv.c.
If Printer AbortProc is 16bit then allocate thunk and store that as a
32bit proc in DC.  Setting of abortprocs now done in the correct place
(i.e. not in the driver).
13 files changed:
graphics/escape.c
graphics/psdrv/escape.c
graphics/win16drv/.cvsignore
graphics/win16drv/Makefile.in
graphics/win16drv/init.c
graphics/win16drv/prtdrv.c
if1632/thunk.c
include/callback.h
include/gdi.h
misc/.cvsignore
misc/Makefile.in
misc/printdrv.c
objects/dc.c