diff options
Diffstat (limited to 'src/liblzma/check/crc64_x86.S')
-rw-r--r-- | src/liblzma/check/crc64_x86.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/liblzma/check/crc64_x86.S b/src/liblzma/check/crc64_x86.S index abd8f9d4..031285e5 100644 --- a/src/liblzma/check/crc64_x86.S +++ b/src/liblzma/check/crc64_x86.S @@ -255,9 +255,11 @@ LZMA_CRC64: .long 0 #elif defined(_WIN32) +# ifndef LZMA_API_STATIC /* This is equivalent of __declspec(dllexport). */ .section .drectve .ascii " -export:lzma_crc64" +# endif #else /* ELF */ |