gdi32: Stop exporting the 16-bit print job functions.
This commit is contained in:
parent
cc2d6f330f
commit
fc55cdcd59
@ -47,14 +47,14 @@ C_SRCS = \
|
|||||||
path.c \
|
path.c \
|
||||||
pen.c \
|
pen.c \
|
||||||
printdrv.c \
|
printdrv.c \
|
||||||
printdrv16.c \
|
|
||||||
region.c
|
region.c
|
||||||
|
|
||||||
C_SRCS16 = \
|
C_SRCS16 = \
|
||||||
bidi16.c \
|
bidi16.c \
|
||||||
env.c \
|
env.c \
|
||||||
gdi16.c \
|
gdi16.c \
|
||||||
metafile16.c
|
metafile16.c \
|
||||||
|
printdrv16.c
|
||||||
|
|
||||||
RC_SRCS = version.rc
|
RC_SRCS = version.rc
|
||||||
RC_SRCS16 = version16.rc
|
RC_SRCS16 = version16.rc
|
||||||
|
@ -513,13 +513,10 @@
|
|||||||
################################################################
|
################################################################
|
||||||
# Wine extensions: Win16 functions that are needed by other dlls
|
# Wine extensions: Win16 functions that are needed by other dlls
|
||||||
#
|
#
|
||||||
@ stdcall CloseJob16(long)
|
|
||||||
@ stdcall GetDCHook(long ptr)
|
@ stdcall GetDCHook(long ptr)
|
||||||
@ stdcall OpenJob16(str str long)
|
|
||||||
@ stdcall SelectVisRgn(long long)
|
@ stdcall SelectVisRgn(long long)
|
||||||
@ stdcall SetDCHook(long ptr long)
|
@ stdcall SetDCHook(long ptr long)
|
||||||
@ stdcall SetHookFlags(long long)
|
@ stdcall SetHookFlags(long long)
|
||||||
@ stdcall WriteSpool16(long ptr long)
|
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
# Wine internal extensions
|
# Wine internal extensions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user