Commit 58df7b66 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

gdi32: Cast-qual warnings fix.

parent 32ffc7cb
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment