Make defining WITH_FONTCONFIG on windows actually do something

Originally committed to SVN as r4821.
This commit is contained in:
Thomas Goyne 2010-10-20 00:41:48 +00:00
parent 36a102e558
commit da7f1ef96c
1 changed files with 1 additions and 6 deletions

View File

@ -34,12 +34,9 @@
/// @ingroup font_collector
///
////////////
// Includes
#include "config.h"
#ifndef WIN32
#if !defined(_WIN32) || defined(WITH_FONTCONFIG)
#include "font_file_lister_fontconfig.h"
#include "charset_conv.h"
@ -111,5 +108,3 @@ void FontConfigFontFileLister::DoClearData() {
}
#endif