Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dcommon.h29 # define LZMA_API_EXPORT __declspec(dllexport) macro
31 # define LZMA_API_EXPORT macro
36 # define LZMA_API_EXPORT __attribute__((__visibility__("default"))) macro
40 # define LZMA_API_EXPORT macro
44 #define LZMA_API(type) LZMA_API_EXPORT type LZMA_API_CALL