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

Alexandre Julliard julliard at winehq.org
Mon Dec 7 10:26:16 CST 2009


Module: wine
Branch: master
Commit: fc55cdcd591b347c5dc50835d1cf199072507bbf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fc55cdcd591b347c5dc50835d1cf199072507bbf

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Dec  4 21:34:46 2009 +0100

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

---

 dlls/gdi32/Makefile.in |    4 ++--
 dlls/gdi32/gdi32.spec  |    3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/dlls/gdi32/Makefile.in b/dlls/gdi32/Makefile.in
index 45bdad5..3202e73 100644
--- a/dlls/gdi32/Makefile.in
+++ b/dlls/gdi32/Makefile.in
@@ -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
diff --git a/dlls/gdi32/gdi32.spec b/dlls/gdi32/gdi32.spec
index ebd9525..96faf06 100644
--- a/dlls/gdi32/gdi32.spec
+++ b/dlls/gdi32/gdi32.spec
@@ -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




More information about the wine-cvs mailing list