I've been wracking my brains and trying to come up with every possibility but I have given up - what is the utility of these lines:
#ifdef FT2_BUILD_LIBRARY #define FT_INTERNAL_INTERNAL_H <freetype/internal/internal.h> #include FT_INTERNAL_INTERNAL_H #endif /* FT2_BUILD_LIBRARY */ versus #ifdef FT2_BUILD_LIBRARY #include <freetype/internal/internal.h> #endif ??? Also, who sets macros like FT_INCREMENTAL_H other than ftheader.h? _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
