mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
11 lines
235 B
C
11 lines
235 B
C
#if defined(flagWIN32) || defined(flagNOSO)
|
|
|
|
#include "lib/blocksort.c"
|
|
#include "lib/bzlib.c"
|
|
#include "lib/compress.c"
|
|
#include "lib/crctable.c"
|
|
#include "lib/decompress.c"
|
|
#include "lib/huffman.c"
|
|
#include "lib/randtable.c"
|
|
|
|
#endif
|