Module: wine Branch: master Commit: 58df7b660573e6d4c4ebdc6224fc277084a78bcb URL: http://source.winehq.org/git/wine.git/?a=commit;h=58df7b660573e6d4c4ebdc6224...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Mon Oct 30 21:05:43 2006 +0000
gdi32: Cast-qual warnings fix.
---
dlls/gdi32/freetype.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c index cbbe5fe..53ebd19 100644 --- a/dlls/gdi32/freetype.c +++ b/dlls/gdi32/freetype.c @@ -1186,7 +1186,8 @@ #ifdef HAVE_FONTCONFIG_FONTCONFIG_H FcObjectSet *os; FcFontSet *fontset; int i, len; - const char *file, *ext; + char *file; + const char *ext;
fc_handle = wine_dlopen(SONAME_LIBFONTCONFIG, RTLD_NOW, NULL, 0); if(!fc_handle) {