"Aric Stewart" aric@codeweavers.com wrote:
- /* If the FT_Load_Sfnt_Table function is there we'll use it */
+#ifdef HAVE_FT_LOAD_SFNT_TABLE
- err = FT_Load_Sfnt_Table(ft_face, table, offset, buf, len);
+#endif +#ifdef HAVE_FREETYPE_INTERNAL_SFNT_H
Probably using #elif instead of #endif+#ifdef above would be more correct.