gdi32: Stop exporting the 16-bit print job functions.

This commit is contained in:
Alexandre Julliard 2009-12-04 21:34:46 +01:00
parent cc2d6f330f
commit fc55cdcd59
2 changed files with 2 additions and 5 deletions

View File

@ -47,14 +47,14 @@ C_SRCS = \
path.c \
pen.c \
printdrv.c \
printdrv16.c \
region.c
C_SRCS16 = \
bidi16.c \
env.c \
gdi16.c \
metafile16.c
metafile16.c \
printdrv16.c
RC_SRCS = version.rc
RC_SRCS16 = version16.rc

View File

@ -513,13 +513,10 @@
################################################################
# Wine extensions: Win16 functions that are needed by other dlls
#
@ stdcall CloseJob16(long)
@ stdcall GetDCHook(long ptr)
@ stdcall OpenJob16(str str long)
@ stdcall SelectVisRgn(long long)
@ stdcall SetDCHook(long ptr long)
@ stdcall SetHookFlags(long long)
@ stdcall WriteSpool16(long ptr long)
################################################################
# Wine internal extensions