ChangeSet ID: 10693 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/15 00:19:36
Modified files: include : gdi.h dlls/x11drv : xrender.c xfont.c x11drv.h text.c pen.c graphics.c dlls/wineps : text.c psdrv.h pen.c graphics.c download.c dlls/gdi : freetype.c
Log message: Get rid of the global INTERNAL_[XY]WSTODS macros.
Patch: http://cvs.winehq.com/patch.py?id=10693
Old revision New revision Changes Path 1.89 1.90 +0 -28 wine/include/gdi.h 1.28 1.29 +12 -12 wine/dlls/x11drv/xrender.c 1.2 1.3 +4 -3 wine/dlls/x11drv/xfont.c 1.15 1.16 +2 -0 wine/dlls/x11drv/x11drv.h 1.2 1.3 +3 -3 wine/dlls/x11drv/text.c 1.1 1.2 +2 -4 wine/dlls/x11drv/pen.c 1.2 1.3 +34 -0 wine/dlls/x11drv/graphics.c 1.19 1.20 +6 -6 wine/dlls/wineps/text.c 1.47 1.48 +3 -0 wine/dlls/wineps/psdrv.h 1.11 1.12 +1 -1 wine/dlls/wineps/pen.c 1.12 1.13 +34 -0 wine/dlls/wineps/graphics.c 1.7 1.8 +4 -4 wine/dlls/wineps/download.c 1.50 1.51 +3 -3 wine/dlls/gdi/freetype.c