emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/image.c


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/src/image.c
Date: Mon, 27 Dec 2004 12:42:37 -0500

Index: emacs/src/image.c
diff -c emacs/src/image.c:1.19 emacs/src/image.c:1.20
*** emacs/src/image.c:1.19      Thu Dec 23 16:12:44 2004
--- emacs/src/image.c   Mon Dec 27 17:27:30 2004
***************
*** 83,98 ****
  
  #ifdef MAC_OS
  #include "macterm.h"
  #ifndef MAC_OSX
  #include <alloca.h>
  #endif
  #ifdef MAC_OSX
- #include <sys/stat.h>
  #include <QuickTime/QuickTime.h>
  #else /* not MAC_OSX */
  #include <Windows.h>
  #include <Gestalt.h>
  #include <TextUtils.h>
  #endif /* not MAC_OSX */
  
  /* MAC_TODO : Color tables on Mac.  */
--- 83,101 ----
  
  #ifdef MAC_OS
  #include "macterm.h"
+ #include <sys/stat.h>
  #ifndef MAC_OSX
  #include <alloca.h>
+ #include <sys/param.h>
  #endif
  #ifdef MAC_OSX
  #include <QuickTime/QuickTime.h>
  #else /* not MAC_OSX */
  #include <Windows.h>
  #include <Gestalt.h>
  #include <TextUtils.h>
+ #include <ImageCompression.h>
+ #include <QuickTimeComponents.h>
  #endif /* not MAC_OSX */
  
  /* MAC_TODO : Color tables on Mac.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]