mirror of https://github.com/odrling/Aegisub
Make defining WITH_FONTCONFIG on windows actually do something
Originally committed to SVN as r4821.
This commit is contained in:
parent
36a102e558
commit
da7f1ef96c
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue