Put FT_New_Face() in an #ifndef macintosh switch; ftmac.c provides an extended implementation.

This commit is contained in:
Just van Rossum 2000-07-28 01:12:34 +00:00
parent 6012037b2d
commit 9e830c5d3f
1 changed files with 6 additions and 0 deletions

View File

@ -1232,6 +1232,10 @@
}
/* There's a Mac-specific extended implementation of FT_New_Face()
in src/mac/ftmac.c */
#ifndef macintosh
/*************************************************************************/
/* */
/* <Function> */
@ -1288,6 +1292,8 @@
return FT_Open_Face( library, &args, face_index, aface );
}
#endif /* !macintosh */
/*************************************************************************/
/* */