gdi32: Cast-qual warnings fix.

This commit is contained in:
Andrew Talbot 2006-10-30 21:05:43 +00:00 committed by Alexandre Julliard
parent 32ffc7cb8a
commit 58df7b6605
1 changed files with 2 additions and 1 deletions

View File

@ -1186,7 +1186,8 @@ static void load_fontconfig_fonts(void)
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) {