Searched refs:LZ4LIB_VISIBILITY (Results 1 – 2 of 2) sorted by relevance
78 #ifndef LZ4LIB_VISIBILITY80 # define LZ4LIB_VISIBILITY __attribute__ ((visibility ("default"))) macro82 # define LZ4LIB_VISIBILITY86 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY88 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…90 # define LZ4LIB_API LZ4LIB_VISIBILITY
31 build : can control LZ4LIB_VISIBILITY macro, by @mikir