0.4.3
export.h
浏览该文件的文档.
1//
2// Created by ALSON08 on 2023/9/25.
3//
4
5#ifndef ALSON_COMMUNICATION_BASE_EXPORT_H
6#define ALSON_COMMUNICATION_BASE_EXPORT_H
7
8
9#ifdef ALSON_EXPORT
10# if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
11# define ALSON_API __declspec(dllexport)
12# elif __linux__
13# define ALSON_API __attribute__ ((visibility ("default")))
14# endif
15#endif
16
17#ifndef ALSON_EXPORT
18# define ALSON_API
19#endif
20
21
22#endif // !ALSON_COMMUNICATION_BASE_EXPORT_H
My Custom Doxygen Footer
Data Processing Programmer's Guide 0.4.3
Copyright © 2014-2024 Henan Alson Intelligent Technology Co, Ltd 河南埃尔森智能科技有限公司 版权所有 豫ICP备15002212号