Hi, I appear to have hit a little endian-ness problem. Can anyone point out what I am doing wrong or how to fix it please?
olefont.c #includes wtypes.h This defines a structure as #ifdef BIG_ENDIAN. We hit this case and the parameters are defined in the wrong order as they are passed in from a windows dll.
We hit is because endian.h #defines BIG_ENDIAN if __USE_BSD is defined, and features.h #defines _BSD_SOURCE and subsequently __USE_BSD.
This is on Mandrake 8.2 if it makes a difference.
Regards, Jason