10 Dec
2007
10 Dec
'07
11:05 a.m.
"Aric Stewart" <aric(a)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. -- Dmitry.