mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-18 03:51:48 -07:00
[!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
This commit is contained in:
parent
3ec3313045
commit
d45b2e9e31
1 changed files with 6 additions and 2 deletions
|
|
@ -88,15 +88,19 @@ typedef struct w32_bitmap_record Bitmap_Record;
|
|||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue