Fix error due to FreeType #defining FT_FILE

master
Cameron Currie 2012-04-17 13:38:13 -05:00 committed by Robert Norris
parent e785ec1164
commit 1d7b6b875a
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#include <iterator>
#include <stdexcept>
#undef FT_FILE // XXX FileInfo::FT_FILE is conflicting with a FreeType def; undefine it for now
namespace FileSystem {
static FileSourceFS dataFilesApp(GetDataDir());