summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-12-03 07:33:52 -0800
committerJosh Blum <josh@joshknows.com>2010-12-03 07:33:52 -0800
commit9d13960d8fb4303979b7986db8c9e1f2c8565312 (patch)
tree2feb31a34bdae47cbfedd60c243cfae88511346c
parent8fc75216ba5099cc266c837c87fd50759982e97d (diff)
downloaduhd-9d13960d8fb4303979b7986db8c9e1f2c8565312.tar.gz
uhd-9d13960d8fb4303979b7986db8c9e1f2c8565312.tar.bz2
uhd-9d13960d8fb4303979b7986db8c9e1f2c8565312.zip
uhd: added template macro to ddl import as well (macos)
-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 006086480..9a29fb246 100644
--- a/host/include/uhd/config.hpp
+++ b/host/include/uhd/config.hpp
@@ -81,7 +81,7 @@
#define UHD_EXIM_TMPL UHD_HELPER_EXIM_TMPL
#else
#define UHD_API UHD_HELPER_DLL_IMPORT
- #define UHD_EXIM_TMPL
+ #define UHD_EXIM_TMPL UHD_HELPER_EXIM_TMPL
#endif // UHD_DLL_EXPORTS
#define UHD_LOCAL UHD_HELPER_DLL_LOCAL
#else // UHD_DLL is not defined: this means UHD is a static lib.