fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / liborcus / liborcus_0.1.0-dllimport.patch
blob005085b2d9cda9b7bc80c38a39626396131a735b
1 --- include/orcus/env.hpp
2 +++ include/orcus/env.hpp
3 @@ -35,15 +35,9 @@
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