in CImageLoaderBmp.cpp
in line 239
#ifdef PPC
header.Id = OSReadSwapInt16(&header.Id,0);
header.FileSize = OSReadSwapInt32(&header.FileSize,0);
header.BitmapDataOffset = OSReadSwapInt32(&header.BitmapDataOffset,0);
what's OSReadSwapInt32?
"SReadSwapInt32" is not been defined.
is a API of Irricht ...
Search found 1 match
- Mon Dec 04, 2006 2:27 pm
- Forum: Beginners Help
- Topic: what's OSReadSwapInt32
- Replies: 2
- Views: 1466