 |
GenApi
3.5.1
|
Go to the documentation of this file. 33 #if defined(GENAPI_STATIC) 35 #elif defined(_MSC_VER) 37 # define LOG_DECL __declspec(dllexport) 39 # define LOG_DECL __declspec(dllimport) 41 #elif defined (__GNUC__) 43 # define LOG_DECL __attribute__((visibility("default"))) 48 # error Unsupported compiler or platform!