/[emacs]/emacs/src/image.c
ViewVC logotype

Diff of /emacs/src/image.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by jasonr, Thu Dec 23 16:12:44 2004 UTC revision 1.20 by tamm, Mon Dec 27 17:27:30 2004 UTC
# Line 83  typedef struct w32_bitmap_record Bitmap_ Line 83  typedef struct w32_bitmap_record Bitmap_
83    
84  #ifdef MAC_OS  #ifdef MAC_OS
85  #include "macterm.h"  #include "macterm.h"
86    #include <sys/stat.h>
87  #ifndef MAC_OSX  #ifndef MAC_OSX
88  #include <alloca.h>  #include <alloca.h>
89    #include <sys/param.h>
90  #endif  #endif
91  #ifdef MAC_OSX  #ifdef MAC_OSX
 #include <sys/stat.h>  
92  #include <QuickTime/QuickTime.h>  #include <QuickTime/QuickTime.h>
93  #else /* not MAC_OSX */  #else /* not MAC_OSX */
94  #include <Windows.h>  #include <Windows.h>
95  #include <Gestalt.h>  #include <Gestalt.h>
96  #include <TextUtils.h>  #include <TextUtils.h>
97    #include <ImageCompression.h>
98    #include <QuickTimeComponents.h>
99  #endif /* not MAC_OSX */  #endif /* not MAC_OSX */
100    
101  /* MAC_TODO : Color tables on Mac.  */  /* MAC_TODO : Color tables on Mac.  */

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26