 |
0.4.3
|
|
浏览该文件的文档.
5#ifndef ALSON_COMMUNICATION_BASE_EXPORT_H
6#define ALSON_COMMUNICATION_BASE_EXPORT_H
10# if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
11# define ALSON_API __declspec(dllexport)
13# define ALSON_API __attribute__ ((visibility ("default")))
My Custom Doxygen Footer
Data Processing Programmer's Guide 0.4.3