mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-01-25 15:10:23 +01:00
Put FT_New_Face() in an #ifndef macintosh switch; ftmac.c provides an extended implementation.
This commit is contained in:
parent
6012037b2d
commit
9e830c5d3f
1 changed files with 6 additions and 0 deletions
|
|
@ -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 */
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
/* */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue