(svn r25712) -Fix: define kCGBitmapByteOrder32Host to 0 if it's missing.
This commit is contained in:
		@@ -34,6 +34,13 @@
 | 
				
			|||||||
#include "../../core/math_func.hpp"
 | 
					#include "../../core/math_func.hpp"
 | 
				
			||||||
#include "../../gfx_func.h"
 | 
					#include "../../gfx_func.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* On some old versions of MAC OS this may not be defined.
 | 
				
			||||||
 | 
					 * Those versions generally only produce code for PPC. So it should be safe to
 | 
				
			||||||
 | 
					 * set this to 0. */
 | 
				
			||||||
 | 
					#ifndef kCGBitmapByteOrder32Host
 | 
				
			||||||
 | 
					#define kCGBitmapByteOrder32Host 0
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Important notice regarding all modifications!!!!!!!
 | 
					 * Important notice regarding all modifications!!!!!!!
 | 
				
			||||||
 * There are certain limitations because the file is objective C++.
 | 
					 * There are certain limitations because the file is objective C++.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user