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@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