mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -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.
|
#undef interface // I don't know where this symbol is defined, but it interferes with FreeType.
|
||||||
#include FT_OUTLINE_H
|
#include FT_OUTLINE_H
|
||||||
|
#ifdef FT_BBOX_H
|
||||||
#include FT_BBOX_H
|
#include FT_BBOX_H
|
||||||
|
#endif
|
||||||
#ifdef FT_BITMAP_H
|
#ifdef FT_BITMAP_H
|
||||||
#include FT_BITMAP_H
|
#include FT_BITMAP_H
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user