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?
or a function of OS such as windows?