 |
VectorNav C++ Library
|
1 #ifndef _VN_UTIL_EXPORT_H
2 #define _VN_UTIL_EXPORT_H
4 #if defined _WINDOWS && defined _BUILD_DLL
5 #if defined proglib_cpp_EXPORTS
6 #define vn_proglib_DLLEXPORT __declspec(dllexport)
8 #define vn_proglib_DLLEXPORT __declspec(dllimport)
11 #define vn_proglib_DLLEXPORT
14 #if defined _WINDOWS && defined _BUILD_DLL
15 #if defined proglib_cpp_graphics_EXPORTS
16 #define vn_proglib_graphics_DLLEXPORT __declspec(dllexport)
18 #define vn_proglib_graphics_DLLEXPORT __declspec(dllimport)
21 #define vn_proglib_graphics_DLLEXPORT