mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
bustage fix for real this time, I meant ifndef
This commit is contained in:
parent
e0a72c8d75
commit
039a437a80
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user