Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lz4/
Dlz4.h97 #ifndef LZ4LIB_VISIBILITY
99 # define LZ4LIB_VISIBILITY __attribute__ ((visibility ("default"))) macro
101 # define LZ4LIB_VISIBILITY
105 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY
107 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
109 # define LZ4LIB_API LZ4LIB_VISIBILITY