Commit fc55cdcd authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent cc2d6f33
......@@ -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
......
......@@ -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
......
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