Sorry I wasn't clear enough there. BigEndianLong is a long on
PowerPC and a struct on Intel. Here's the Intel definition, from
Endian.h:
struct BigEndianLong {
long bigEndianValue;
};
typedef struct BigEndianLong BigEndianLong;
So you want to swap theKeys[1].bigEndianValue on little-endian
systems, not theKeys[1].
-Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden