comparison src/image.c @ 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 9bde7721ad0f
children 48f3e3d2d0f2 29e773288013
comparison
equal deleted inserted replaced
60358:ceeef4169240 60359:1c6de5f7952b
86 #include <sys/stat.h> 86 #include <sys/stat.h>
87 #ifndef MAC_OSX 87 #ifndef MAC_OSX
88 #include <alloca.h> 88 #include <alloca.h>
89 #include <sys/param.h> 89 #include <sys/param.h>
90 #endif 90 #endif
91 #if TARGET_API_MAC_CARBON
91 #ifdef MAC_OSX 92 #ifdef MAC_OSX
92 #include <QuickTime/QuickTime.h> 93 #include <QuickTime/QuickTime.h>
93 #else /* not MAC_OSX */ 94 #else /* not MAC_OSX */
95 #include <QuickTime.h>
96 #endif /* not MAC_OSX */
97 #else /* not TARGET_API_MAC_CARBON */
94 #include <Windows.h> 98 #include <Windows.h>
95 #include <Gestalt.h> 99 #include <Gestalt.h>
96 #include <TextUtils.h> 100 #include <TextUtils.h>
97 #include <ImageCompression.h> 101 #include <ImageCompression.h>
98 #include <QuickTimeComponents.h> 102 #include <QuickTimeComponents.h>
99 #endif /* not MAC_OSX */ 103 #endif /* not TARGET_API_MAC_CARBON */
100 104
101 /* MAC_TODO : Color tables on Mac. */ 105 /* MAC_TODO : Color tables on Mac. */
102 #undef COLOR_TABLE_SUPPORT 106 #undef COLOR_TABLE_SUPPORT
103 107
104 #define ZPixmap 0 /* arbitrary */ 108 #define ZPixmap 0 /* arbitrary */