Rob Shearman : gdi32: Move 16-bit functions not exported in gdi32. dll into files compiled only when 16-bit functionality is enabled.

Alexandre Julliard julliard at winehq.org
Thu Feb 19 09:18:29 CST 2009


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

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Wed Feb 18 20:34:00 2009 +0000

gdi32: Move 16-bit functions not exported in gdi32.dll into files compiled only when 16-bit functionality is enabled.

---

 dlls/gdi32/bitmap.c      |    1 -
 dlls/gdi32/brush.c       |   32 +---
 dlls/gdi32/clipping.c    |  143 -----------------
 dlls/gdi32/dc.c          |   77 +---------
 dlls/gdi32/dib.c         |   52 +------
 dlls/gdi32/gdi16.c       |  380 ++++++++++++++++++++++++++++++++++++++++++++++
 dlls/gdi32/gdi_main.c    |   10 --
 dlls/gdi32/gdi_private.h |    8 +
 dlls/gdi32/gdiobj.c      |   13 --
 dlls/gdi32/mapping.c     |   38 -----
 dlls/gdi32/palette.c     |   51 +------
 11 files changed, 407 insertions(+), 398 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=ccce11d2c390dc7c4cead537ea753bff8a3dc27a



More information about the wine-cvs mailing list