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

/freebsd-12-stable/sys/contrib/zstd/lib/
H A Dzstd.h22 #ifndef ZSTDLIB_VISIBILITY
24 # define ZSTDLIB_VISIBILITY __attribute__ ((visibility ("default"))) macro
26 # define ZSTDLIB_VISIBILITY macro
30 # define ZSTDLIB_API __declspec(dllexport) ZSTDLIB_VISIBILITY
32 # define ZSTDLIB_API __declspec(dllimport) ZSTDLIB_VISIBILITY /* It isn't required but allows to generate better code, saving a function pointer load from the IAT and an indirect jump.*/
34 # define ZSTDLIB_API ZSTDLIB_VISIBILITY

Completed in 170 milliseconds