diff options
author | Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp> | 2007-02-05 04:07:46 +0000 |
---|---|---|
committer | Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp> | 2007-02-05 04:07:46 +0000 |
commit | f223df6e79512ee01a4caa4f096f678532016981 (patch) | |
tree | 7c80a1638d6c728f586bfa61dd18d9a96ba5675c /builds/mac | |
parent | beebb33202aa340f3ffabf91aa0d0f875cc26de0 (diff) | |
download | freetype2-f223df6e79512ee01a4caa4f096f678532016981.tar.gz |
* Add __attribute__((deprecated)) to functions whose interface using non ANSI data types
Diffstat (limited to 'builds/mac')
-rw-r--r-- | builds/mac/ftmac.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builds/mac/ftmac.c b/builds/mac/ftmac.c index 484784cfa..3b89a234c 100644 --- a/builds/mac/ftmac.c +++ b/builds/mac/ftmac.c @@ -88,6 +88,8 @@ #include <FSp_fopen.h> #endif +#define FT_DEPRECATED_ATTRIBUTE + #include FT_MAC_H #undef FT_GetFile_From_Mac_Name |