-------------------------------------------- On Fri, 12/5/17, Werner LEMBERG <[email protected]> wrote:
> Thanks for testing! I've applied your patch. Thanks! > ... I'm not happy about `#if' in ftsystem.h – this should be hidden in the configuration header, defining a proper type. Can you work on that? Those two fields in struct FT_StreamRec_ probably should be FT_Offset or FT_ULong . I think FT_ULong could work. FT_Offset (size_t) could get messy. But neither of them does: both of them are defined in include/freetype/fttypes.h, which includes ftsystem.h before defining those! So ftsystem.h canot include fttypes.h . This turns out to be rather painful to do neatly. Hin-Tak _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
