FW: Endian-ness?

Ann and Jason Edmeades us at the-edmeades.demon.co.uk
Mon Jun 24 16:00:47 CDT 2002


I apologize if this comes through twice - I appear to be having network
difficulties sending email

-----Original Message-----
From: Ann and Jason Edmeades [mailto:us at the-edmeades.demon.co.uk]
Sent: 23 June 2002 21:30
To: wine devel
Subject: Endian-ness?


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