bustage fix for real this time, I meant ifndef

This commit is contained in:
vladimir%pobox.com 2006-02-22 06:01:28 +00:00
parent e0a72c8d75
commit 039a437a80

View File

@ -53,7 +53,7 @@
/* If this isn't defined, we must be building on non-intel,
* hence it will be 0.
*/
#ifdef kCGBitmapByteOrder32Host
#ifndef kCGBitmapByteOrder32Host
#define kCGBitmapByteOrder32Host 0
#endif