mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Windows: Define TUKLIB_SYMBOL_PREFIX in config.h.
It is to keep all symbols in the lzma_ namespace.
This commit is contained in:
parent
7f7d093de7
commit
4a1f6133ee
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
/* config.h for compiling liblzma (*not* the whole XZ Utils) with MSVC 2013 */
|
||||
|
||||
/* Prefix for symbols exported by tuklib_*.c files */
|
||||
#define TUKLIB_SYMBOL_PREFIX lzma_
|
||||
|
||||
/* How many MiB of RAM to assume if the real amount cannot be determined. */
|
||||
#define ASSUME_RAM 128
|
||||
|
||||
|
|
Loading…
Reference in a new issue