Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/common/
Dlz4.h85 #ifndef LZ4LIB_VISIBILITY
87 #define LZ4LIB_VISIBILITY __attribute__((visibility("default"))) macro
89 #define LZ4LIB_VISIBILITY
93 #define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY
95 #define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gener…
97 #define LZ4LIB_API LZ4LIB_VISIBILITY