From: YAMAMOTO Mitsuharu Date: Fri, 4 Mar 2005 11:07:11 +0000 (+0000) Subject: [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h. X-Git-Tag: ttn-vms-21-2-B4~2025 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d45b2e9e31773d4590e7e2d21cf656c2344f3590;p=emacs.git [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h. --- diff --git a/src/image.c b/src/image.c index 9c2f6962b6e..0e48b1d2bcb 100644 --- a/src/image.c +++ b/src/image.c @@ -88,15 +88,19 @@ typedef struct w32_bitmap_record Bitmap_Record; #include #include #endif +#if TARGET_API_MAC_CARBON #ifdef MAC_OSX #include -#else /* not MAC_OSX */ +#else /* not MAC_OSX */ +#include +#endif /* not MAC_OSX */ +#else /* not TARGET_API_MAC_CARBON */ #include #include #include #include #include -#endif /* not MAC_OSX */ +#endif /* not TARGET_API_MAC_CARBON */ /* MAC_TODO : Color tables on Mac. */ #undef COLOR_TABLE_SUPPORT