Searched refs:ZDICTLIB_VISIBLE (Results 1 – 3 of 3) sorted by relevance
23 #ifndef ZDICTLIB_VISIBLE26 # define ZDICTLIB_VISIBLE ZDICTLIB_VISIBILITY macro28 # define ZDICTLIB_VISIBLE __attribute__ ((visibility ("default")))30 # define ZDICTLIB_VISIBLE43 # define ZDICTLIB_API __declspec(dllexport) ZDICTLIB_VISIBLE45 # define ZDICTLIB_API __declspec(dllimport) ZDICTLIB_VISIBLE /* It isn't required but allows to ge…47 # define ZDICTLIB_API ZDICTLIB_VISIBLE290 # define ZDICTLIB_STATIC_API __declspec(dllexport) ZDICTLIB_VISIBLE292 # define ZDICTLIB_STATIC_API __declspec(dllimport) ZDICTLIB_VISIBLE294 # define ZDICTLIB_STATIC_API ZDICTLIB_VISIBLE
16 ZDICTLIB_VISIBLE, \
184 - The C compiler macros `ZSTDLIB_VISIBLE`, `ZSTDERRORLIB_VISIBLE` and `ZDICTLIB_VISIBLE`