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

/freebsd-13-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.h24 #ifndef ZDICTLIB_VISIBILITY
26 # define ZDICTLIB_VISIBILITY __attribute__ ((visibility ("default"))) macro
28 # define ZDICTLIB_VISIBILITY macro
32 # define ZDICTLIB_API __declspec(dllexport) ZDICTLIB_VISIBILITY
34 # define ZDICTLIB_API __declspec(dllimport) ZDICTLIB_VISIBILITY /* It isn't required but allows to generate better code, saving a function pointer load from the IAT and an indirect jump.*/
36 # define ZDICTLIB_API ZDICTLIB_VISIBILITY

Completed in 161 milliseconds