Fix unknown attribute in Win32
This commit is contained in:
parent
c965c9f677
commit
e92c92ff22
|
@ -2265,8 +2265,8 @@ FcParseInclude (FcConfigParse *parse)
|
||||||
attr = FcConfigGetAttribute (parse, "ignore_missing");
|
attr = FcConfigGetAttribute (parse, "ignore_missing");
|
||||||
if (attr && FcConfigLexBool (parse, (FcChar8 *) attr) == FcTrue)
|
if (attr && FcConfigLexBool (parse, (FcChar8 *) attr) == FcTrue)
|
||||||
ignore_missing = FcTrue;
|
ignore_missing = FcTrue;
|
||||||
#ifndef _WIN32
|
|
||||||
attr = FcConfigGetAttribute (parse, "deprecated");
|
attr = FcConfigGetAttribute (parse, "deprecated");
|
||||||
|
#ifndef _WIN32
|
||||||
if (attr && FcConfigLexBool (parse, (FcChar8 *) attr) == FcTrue)
|
if (attr && FcConfigLexBool (parse, (FcChar8 *) attr) == FcTrue)
|
||||||
deprecated = FcTrue;
|
deprecated = FcTrue;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue