forked from minhngoc25a/freetype2
[raccess] Hide raccess_rule_by_darwin_vfs() on native Mac OS X.
* src/base/ftrfork.c (raccess_rule_by_darwin_vfs): Do not compile on native Mac OS X because it is not used.
This commit is contained in:
parent
f4ec60fdb8
commit
dbe330bca9
|
@ -1,3 +1,10 @@
|
|||
2011-10-30 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
[raccess] Hide raccess_rule_by_darwin_vfs() on native Mac OS X.
|
||||
|
||||
* src/base/ftrfork.c (raccess_rule_by_darwin_vfs): Do not
|
||||
compile on native Mac OS X because it is not used.
|
||||
|
||||
2011-10-25 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[truetype] Fix MD instruction for twilight zone.
|
||||
|
|
|
@ -427,6 +427,7 @@
|
|||
}
|
||||
|
||||
|
||||
#if !defined( FT_MACINTOSH ) || defined( DARWIN_NO_CARBON )
|
||||
FT_LOCAL_DEF( FT_Bool )
|
||||
raccess_rule_by_darwin_vfs( FT_UInt rule_index )
|
||||
{
|
||||
|
@ -440,6 +441,7 @@
|
|||
return FALSE;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
static FT_Error
|
||||
|
|
Loading…
Reference in New Issue