]> granicus.if.org Git - xz/commitdiff
Windows: Define TUKLIB_SYMBOL_PREFIX in config.h.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 19 Dec 2014 13:51:50 +0000 (15:51 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 19 Dec 2014 13:51:50 +0000 (15:51 +0200)
It is to keep all symbols in the lzma_ namespace.

windows/config.h

index b9f3c5bd37b415ab4231965f6a5d7b3a35271879..9b1b375a90646fb10e2e9f5f02b2a4a081bdb497 100644 (file)
@@ -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