gdi32: Cast-qual warnings fix.
This commit is contained in:
parent
32ffc7cb8a
commit
58df7b6605
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue