bump product version to 4.2.0.1
[LibreOffice.git] / external / liborcus / liborcus_0.1.0-dllimport.patch
blob6255d060a492c8850b09090ac23c803a2911dc7e
1 --- include/orcus/env.hpp
2 +++ include/orcus/env.hpp
3 @@ -35,14 +35,8 @@
4 #else
5 #define ORCUS_DLLPUBLIC __declspec(dllexport)
6 #endif
7 - #elif defined __ORCUS_STATIC_LIB
8 + #else
9 #define ORCUS_DLLPUBLIC
10 - #else
11 - #ifdef __GNUC__
12 - #define ORCUS_DLLPUBLIC __attribute__ ((dllimport))
13 - #else
14 - #define ORCUS_DLLPUBLIC __declspec(dllimport)
15 - #endif
16 #endif
17 #define ORCUS_DLLLOCAL
18 #else