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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dcommon.h22 # define LZMA_API_EXPORT __declspec(dllexport) macro
24 # define LZMA_API_EXPORT macro
28 # define LZMA_API_EXPORT __attribute__((__visibility__("default"))) macro
30 # define LZMA_API_EXPORT macro
33 #define LZMA_API(type) LZMA_API_EXPORT type LZMA_API_CALL
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dcommon.h22 # define LZMA_API_EXPORT __declspec(dllexport) macro
24 # define LZMA_API_EXPORT macro
28 # define LZMA_API_EXPORT __attribute__((__visibility__("default"))) macro
30 # define LZMA_API_EXPORT macro
33 #define LZMA_API(type) LZMA_API_EXPORT type LZMA_API_CALL

Completed in 91 milliseconds