Hi all. I am using Freetype in a C++/CLI (.NET) project.
Several spots in include/freetype/freetype.h have an FT_Generic variable in a struct with the name 'generic'. This is a reserved keyword apparently in this environment. I patched it locally to just be called ft_generic instead in order to fix build errors. I know it's a niche issue but maybe you can change that to keep that from happening to others out there. Just FYI -Daniel
_______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
