Mercurial > emacs
changeset 60359:1c6de5f7952b
[!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 04 Mar 2005 11:07:11 +0000 |
parents | ceeef4169240 |
children | 86edfe26d552 |
files | src/image.c |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/image.c Fri Mar 04 11:06:42 2005 +0000 +++ b/src/image.c Fri Mar 04 11:07:11 2005 +0000 @@ -88,15 +88,19 @@ #include <alloca.h> #include <sys/param.h> #endif +#if TARGET_API_MAC_CARBON #ifdef MAC_OSX #include <QuickTime/QuickTime.h> -#else /* not MAC_OSX */ +#else /* not MAC_OSX */ +#include <QuickTime.h> +#endif /* not MAC_OSX */ +#else /* not TARGET_API_MAC_CARBON */ #include <Windows.h> #include <Gestalt.h> #include <TextUtils.h> #include <ImageCompression.h> #include <QuickTimeComponents.h> -#endif /* not MAC_OSX */ +#endif /* not TARGET_API_MAC_CARBON */ /* MAC_TODO : Color tables on Mac. */ #undef COLOR_TABLE_SUPPORT