diff options
Diffstat (limited to 'src/macterm.h')
| -rw-r--r-- | src/macterm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h index f9bde772fcd..ff7110828b1 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -600,5 +600,9 @@ extern void mac_draw_line_to_pixmap P_ ((Display *, Pixmap, GC, int, int, | |||
| 600 | #define FONT_TYPE_FOR_UNIBYTE(font, ch) 0 | 600 | #define FONT_TYPE_FOR_UNIBYTE(font, ch) 0 |
| 601 | #define FONT_TYPE_FOR_MULTIBYTE(font, ch) 0 | 601 | #define FONT_TYPE_FOR_MULTIBYTE(font, ch) 0 |
| 602 | 602 | ||
| 603 | #if TARGET_API_MAC_CARBON | ||
| 604 | extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *)); | ||
| 605 | #endif | ||
| 606 | |||
| 603 | /* arch-tag: 6b4ca125-5bef-476d-8ee8-31ed808b7e79 | 607 | /* arch-tag: 6b4ca125-5bef-476d-8ee8-31ed808b7e79 |
| 604 | (do not change this comment) */ | 608 | (do not change this comment) */ |