 |
PIR Library
2
|
1 #ifndef PIRLIB2_GLOBAL_H
2 #define PIRLIB2_GLOBAL_H
7 #define DECL_EXPORT __declspec(dllexport)
8 #define DECL_IMPORT __declspec(dllimport)
18 #if defined(PIRLIB2_LIBRARY)
19 # define PIRLIB2SHARED_EXPORT DECL_EXPORT
21 # define PIRLIB2SHARED_EXPORT DECL_IMPORT
25 #endif // PIRLIB2_GLOBAL_H