Freetype fix

Huw D M Davies h.davies1 at physics.ox.ac.uk
Mon Jan 19 11:36:07 CST 2004


        Huw Davies <huw at codeweavers.com>
        Fix compilation if Freetype isn't installed.
-- 
Huw Davies
huw at codeweavers.com
Index: dlls/gdi/freetype.c
===================================================================
RCS file: /home/wine/wine/dlls/gdi/freetype.c,v
retrieving revision 1.52
diff -u -r1.52 freetype.c
--- dlls/gdi/freetype.c	18 Jan 2004 23:35:13 -0000	1.52
+++ dlls/gdi/freetype.c	19 Jan 2004 17:31:52 -0000
@@ -2518,7 +2518,7 @@
     return FALSE;
 }
 
-DWORD WineEngEnumFonts(LPLOGFONTW plf, DEVICEFONTENUMPROC proc, LPARAM lparam)
+DWORD WineEngEnumFonts(LPLOGFONTW plf, FONTENUMPROCW proc, LPARAM lparam)
 {
     return 1;
 }



More information about the wine-patches mailing list