mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
15 lines
400 B
Diff
15 lines
400 B
Diff
diff --git a/lzma.h b/lzma.h
|
|
index ce675a7..ac0fc98 100644
|
|
--- a/lzma.h
|
|
+++ b/lzma.h
|
|
@@ -187,6 +187,9 @@
|
|
* need to worry about LZMA_API_STATIC. Also the calling convention is
|
|
* omitted on Cygwin but not on MinGW.
|
|
*/
|
|
+
|
|
+#define LZMA_API_STATIC
|
|
+
|
|
#ifndef LZMA_API_IMPORT
|
|
# if !defined(LZMA_API_STATIC) && defined(_WIN32) && !defined(__GNUC__)
|
|
# define LZMA_API_IMPORT __declspec(dllimport)
|