1 --- include/orcus/env.hpp
2 +++ include/orcus/env.hpp
5 #define ORCUS_DLLPUBLIC __declspec(dllexport)
7 - #elif defined __ORCUS_STATIC_LIB
9 #define ORCUS_DLLPUBLIC
12 - #define ORCUS_DLLPUBLIC __attribute__ ((dllimport))
14 - #define ORCUS_DLLPUBLIC __declspec(dllimport)
17 #define ORCUS_DLLLOCAL