Define kCGBitmapByteOrder32Host for when the SDK doesn't define it

(cherry picked from bd9b5d29e39f424e912184dcd0dc2610637d5fdf commit)
This commit is contained in:
Vladimir Vukicevic 2006-03-15 14:10:59 -08:00 committed by Carl Worth
parent 5bdcfd1413
commit e2713057f8

View file

@ -50,6 +50,13 @@
#define FloatToFixed(a) ((Fixed)((float)(a) * fixed1))
#endif
/* If this isn't defined, we must be building on non-intel,
* hence it will be 0.
*/
#ifndef kCGBitmapByteOrder32Host
#define kCGBitmapByteOrder32Host 0
#endif
typedef struct _cairo_atsui_font_face cairo_atsui_font_face_t;
typedef struct _cairo_atsui_font cairo_atsui_font_t;