diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-12-19 15:51:50 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-12-19 15:51:50 +0200 |
commit | 4a1f6133ee5533cee8d91e06fcc22443e5f1881a (patch) | |
tree | beea38cec02342efe39a78413ef51dda2dfa59c6 /windows/config.h | |
parent | xz: Update the man page about --threads. (diff) | |
download | xz-4a1f6133ee5533cee8d91e06fcc22443e5f1881a.tar.xz |
Windows: Define TUKLIB_SYMBOL_PREFIX in config.h.
It is to keep all symbols in the lzma_ namespace.
Diffstat (limited to '')
-rw-r--r-- | windows/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/config.h b/windows/config.h index b9f3c5bd..9b1b375a 100644 --- a/windows/config.h +++ b/windows/config.h @@ -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 |