diff options
author | marha <marha@users.sourceforge.net> | 2012-06-15 09:19:54 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-15 09:19:54 +0200 |
commit | 38c18d1733e4eb5cc560a34bfe2470e01a06205d (patch) | |
tree | f057821bbf7b7aacda5b2d54fdca0ec8dd5cb2c6 /fontconfig | |
parent | 5b068d8f90f72585c56ee974cd8ff17fe8881119 (diff) | |
download | vcxsrv-38c18d1733e4eb5cc560a34bfe2470e01a06205d.tar.gz vcxsrv-38c18d1733e4eb5cc560a34bfe2470e01a06205d.tar.bz2 vcxsrv-38c18d1733e4eb5cc560a34bfe2470e01a06205d.zip |
Solved compilation error in fontconfig
Diffstat (limited to 'fontconfig')
-rw-r--r-- | fontconfig/src/fcxml.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fontconfig/src/fcxml.c b/fontconfig/src/fcxml.c index 643a44f1c..9563ad847 100644 --- a/fontconfig/src/fcxml.c +++ b/fontconfig/src/fcxml.c @@ -1848,9 +1848,6 @@ FcParseUnary (FcConfigParse *parse, FcOp op) static void FcParseDir (FcConfigParse *parse) { -#ifdef _WIN32 - FcChar8 buffer[MAX_PATH]; -#endif const FcChar8 *attr; FcChar8 *data; FcChar8 *prefix = NULL; |