diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-07 03:55:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-07 03:55:46 +0200 |
commit | 29857b87efdec4ed6a4adb8162d2428460eec53a (patch) | |
tree | 0738b0504e1c9ce42cc5f5455ee34552576ee6cc /compat | |
parent | a1ee9c7a2ebc5d450a7428c8f8d7ab6864cb9497 (diff) |
cmake: cleanup
We now inherit parent process' console. No need for
the cmake cache option.
Diffstat (limited to 'compat')
-rw-r--r-- | compat/linkage-macros.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compat/linkage-macros.hpp b/compat/linkage-macros.hpp index b9bc9801..460e7ee5 100644 --- a/compat/linkage-macros.hpp +++ b/compat/linkage-macros.hpp @@ -7,9 +7,3 @@ # define OTR_GENERIC_EXPORT __attribute__ ((visibility ("default"))) # define OTR_GENERIC_IMPORT #endif - -#if defined _MSC_VER -# define OTR_GENERIC_TEMPLATE -#else -# define OTR_GENERIC_TEMPLATE __attribute__ ((visibility ("default"))) -#endif |