Home
last modified time | relevance | path

Searched refs:LZMA_API_EXPORT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/xz/src/liblzma/common/
H A Dcommon.h28 # define LZMA_API_EXPORT __declspec(dllexport) macro
30 # define LZMA_API_EXPORT macro
35 # define LZMA_API_EXPORT __attribute__((__visibility__("default"))) macro
39 # define LZMA_API_EXPORT macro
43 #define LZMA_API(type) LZMA_API_EXPORT type LZMA_API_CALL