summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-04-01 10:28:58 -0700
committerJosh Blum <josh@joshknows.com>2011-04-01 10:28:58 -0700
commit592af4a86be7309a858e04d1e930d8ac6932db18 (patch)
tree43e9e48f9a494bcabc6287d298d88945cf7e3230 /host/include
parent1721352e905e10dbff48d44b66b1684020a103d7 (diff)
downloaduhd-592af4a86be7309a858e04d1e930d8ac6932db18.tar.gz
uhd-592af4a86be7309a858e04d1e930d8ac6932db18.tar.bz2
uhd-592af4a86be7309a858e04d1e930d8ac6932db18.zip
uhd: disable visibility=hidden on non-dll platforms (cygwin)
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/config.hpp b/host/include/uhd/config.hpp
index 1a04680e9..fdb168950 100644
--- a/host/include/uhd/config.hpp
+++ b/host/include/uhd/config.hpp
@@ -49,7 +49,7 @@ typedef ptrdiff_t ssize_t;
#endif //BOOST_MSVC
//define cross platform attribute macros
-#if defined(BOOST_MSVC) || defined(BOOST_HAS_DECLSPEC)
+#if defined(BOOST_HAS_DECLSPEC)
#define UHD_EXPORT __declspec(dllexport)
#define UHD_IMPORT __declspec(dllimport)
#define UHD_INLINE __forceinline