[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:04:48 UTC 2012


The following commit has been merged in the wheezy branch:
commit 7544ec4f40116e95a43d91d43524519cddd39429
Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun 15 19:16:14 2012 +0200

    gdi32: Fix a build failure on Mac OS X.

diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c
index 98c0c0b..ef2f152 100644
--- a/dlls/gdi32/freetype.c
+++ b/dlls/gdi32/freetype.c
@@ -2380,7 +2380,7 @@ static void load_mac_font_callback(const void *value, void *context)
     if (path && CFStringGetFileSystemRepresentation(pathStr, path, len))
     {
         TRACE("font file %s\n", path);
-        AddFontToList(path, NULL, 0, ADDFONT_EXTERNAL_FONT | ADDFONT_ADD_TO_CACHE);
+        AddFontFileToList(path, NULL, NULL, ADDFONT_EXTERNAL_FONT | ADDFONT_ADD_TO_CACHE);
     }
     HeapFree(GetProcessHeap(), 0, path);
 }

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list