BYTE_ORDER undefined in osssound.cxx ?

Martin Blapp mb at imp.ch
Sat May 3 22:59:56 PDT 2003


Hi,

> The line in question is:
> #if BYTE_ORDER == LITTLE_ENDIAN

Just fixed it. It should have been

#if _BYTE_ORDER == _LITTLE_ENDIAN

...

Martin


More information about the freebsd-openoffice mailing list