Searched refs:ZSTDLIB_VISIBILITY (Results 1 – 1 of 1) sorted by relevance
23 #ifndef ZSTDLIB_VISIBILITY25 # define ZSTDLIB_VISIBILITY __attribute__ ((visibility ("default"))) macro27 # define ZSTDLIB_VISIBILITY31 # define ZSTDLIB_API __declspec(dllexport) ZSTDLIB_VISIBILITY33 # define ZSTDLIB_API __declspec(dllimport) ZSTDLIB_VISIBILITY /* It isn't required but allows to g…35 # define ZSTDLIB_API ZSTDLIB_VISIBILITY