gdi32: Move 16-bit printing functions to printdrv16.c. [try 2]

Robert Shearman rob at codeweavers.com
Fri Feb 29 05:48:47 CST 2008


---
  dlls/gdi32/Makefile.in  |    1 +
  dlls/gdi32/printdrv.c   |  752 
+---------------------------------------------
  dlls/gdi32/printdrv16.c |  779 
+++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 783 insertions(+), 749 deletions(-)
  create mode 100644 dlls/gdi32/printdrv16.c

Thanks to Alexandre for pointing out that the previous version that 
listed printdrv16.c in C_SRCS16 wouldn't work since some of the 
functions are exported in gdi32.spec. So now the file is listed in 
C_SRCS instead.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 27a54a3b6f1233ad4d333ffe1827a3a2efed250a.diff
Type: text/x-patch
Size: 42277 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080229/2231c9ff/attachment-0001.bin 


More information about the wine-patches mailing list