mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oops: lets put an ifdef around the BBOX
This commit is contained in:
parent
ac014bcf3e
commit
d333c45232
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user