← Back to team overview

calibre-devs team mailing list archive

LZX Compression on Windows

 

So it turns out that:

# if BYTE_ORDER == BIG_ENDIAN
#  define LZX_BIG_ENDIAN
# endif

Is true when neither BYTE_ORDER nor BIG_ENDIAN are defined.  Too bad
Windows on IA-32 isn't BIG_ENDIAN.

Fixed in 'staging', along with two minor fixes to OPF-processing.

-Marshall



Follow ups