Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/
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
H A Dmodule.modulemap12 ZDICTLIB_VISIBILITY, \