|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
动态库导入导出声明 更多...
宏定义 | |
| #define | MSTL_API_EXPORT_DLL __declspec(dllexport) |
| 在MSVC编译器下使用DLL导出 | |
| #define | MSTL_API_IMPORT_DLL __declspec(dllimport) |
| 在MSVC编译器下使用DLL导入 | |
| #define | MSTL_API_EXPORT |
| 在GNUC编译器下使用空定义,无需显式的导入导出辅助 | |
动态库导入导出声明