Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dzdict.h24 #ifndef ZDICTLIB_VISIBILITY
26 # define ZDICTLIB_VISIBILITY __attribute__ ((visibility ("default"))) macro
28 # define ZDICTLIB_VISIBILITY
32 # define ZDICTLIB_API __declspec(dllexport) ZDICTLIB_VISIBILITY
34 # define ZDICTLIB_API __declspec(dllimport) ZDICTLIB_VISIBILITY /* It isn't required but allows to…
36 # define ZDICTLIB_API ZDICTLIB_VISIBILITY