2013-04-15 06:22:38 -05:00
|
|
|
--- include/orcus/env.hpp
|
|
|
|
+++ include/orcus/env.hpp
|
2013-05-27 10:22:32 -05:00
|
|
|
@@ -35,14 +35,8 @@
|
2013-04-15 06:22:38 -05:00
|
|
|
#else
|
|
|
|
#define ORCUS_DLLPUBLIC __declspec(dllexport)
|
|
|
|
#endif
|
|
|
|
- #elif defined __ORCUS_STATIC_LIB
|
|
|
|
+ #else
|
|
|
|
#define ORCUS_DLLPUBLIC
|
|
|
|
- #else
|
|
|
|
- #ifdef __GNUC__
|
|
|
|
- #define ORCUS_DLLPUBLIC __attribute__ ((dllimport))
|
|
|
|
- #else
|
|
|
|
- #define ORCUS_DLLPUBLIC __declspec(dllimport)
|
|
|
|
- #endif
|
|
|
|
#endif
|
|
|
|
#define ORCUS_DLLLOCAL
|
|
|
|
#else
|