|
|
|
@ -81,7 +81,7 @@ |
|
|
|
#include <assert.h> |
|
|
|
#include <assert.h> |
|
|
|
#include <errno.h> |
|
|
|
#include <errno.h> |
|
|
|
|
|
|
|
|
|
|
|
// Support for PowerPC on Max OS X
|
|
|
|
// Support for PowerPC on Mac OS X
|
|
|
|
#if (__ppc__ == 1) || (__POWERPC__ == 1) || (_ARCH_PPC == 1) |
|
|
|
#if (__ppc__ == 1) || (__POWERPC__ == 1) || (_ARCH_PPC == 1) |
|
|
|
#include <stdint.h> |
|
|
|
#include <stdint.h> |
|
|
|
#include <CoreFoundation/CFByteOrder.h> |
|
|
|
#include <CoreFoundation/CFByteOrder.h> |
|
|
|
|