Searched refs:ZSTDLIB_VISIBLE (Results 1 – 2 of 2) sorted by relevance
23 #ifndef ZSTDLIB_VISIBLE25 # define ZSTDLIB_VISIBLE __attribute__ ((visibility ("default"))) macro28 # define ZSTDLIB_VISIBLE33 # define ZSTDLIB_API __declspec(dllexport) ZSTDLIB_VISIBLE35 # define ZSTDLIB_API __declspec(dllimport) ZSTDLIB_VISIBLE /* It isn't required but allows to gene…37 # define ZSTDLIB_API ZSTDLIB_VISIBLE1081 # define ZSTDLIB_STATIC_API __declspec(dllexport) ZSTDLIB_VISIBLE1083 # define ZSTDLIB_STATIC_API __declspec(dllimport) ZSTDLIB_VISIBLE1085 # define ZSTDLIB_STATIC_API ZSTDLIB_VISIBLE
6 ZSTDLIB_VISIBLE, \