X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fdecompress.h;h=059e182056aa274f73a01e2e2d48b462f9fdc1ae;hp=0b8e11b6ba48021b285a0bb979b4d41c66072aa9;hb=455edaf71e2a5d6d170ddf7be0bb59a16534cc6a;hpb=768d53aa2bde3b39dfa85fe0dd940d67ae97d5ef diff --git a/include/wimlib/decompress.h b/include/wimlib/decompress.h index 0b8e11b6..059e1820 100644 --- a/include/wimlib/decompress.h +++ b/include/wimlib/decompress.h @@ -242,4 +242,6 @@ make_huffman_decode_table(u16 decode_table[], unsigned num_syms, unsigned num_bits, const u8 lengths[], unsigned max_codeword_len); +#define DECODE_TABLE_ALIGNMENT 16 + #endif /* _WIMLIB_DECOMPRESS_H */