From Stephan Huber, "attached you'll find a small fix for PixelBufferCarbon preventing it to

be compiled for 64bit. This is the easiest solution for the old
deprecated xcode project."
This commit is contained in:
Robert Osfield 2009-04-09 15:34:06 +00:00
parent 3a5509b2f9
commit 7bfca5e760

View File

@ -7,7 +7,7 @@
*
*/
#ifdef __APPLE__
#if defined (__APPLE__) && (!__LP64__)
#include <osg/observer_ptr>
#include <osgViewer/api/Carbon/PixelBufferCarbon>
@ -168,4 +168,4 @@ PixelBufferCarbon::~PixelBufferCarbon()
#endif
#endif