oops: lets put an ifdef around the BBOX

This commit is contained in:
Asad M. Zaman 2007-01-24 03:11:56 +00:00
parent ac014bcf3e
commit d333c45232

View File

@ -22,7 +22,9 @@
#undef interface // I don't know where this symbol is defined, but it interferes with FreeType.
#include FT_OUTLINE_H
#ifdef FT_BBOX_H
#include FT_BBOX_H
#endif
#ifdef FT_BITMAP_H
#include FT_BITMAP_H
#endif