Endian-ness?

Ann and Jason Edmeades us at the-edmeades.demon.co.uk
Sun Jun 23 15:29:42 CDT 2002


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




More information about the wine-devel mailing list