summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau2011-04-28 14:23:01 +0100
committerTom Rondeau2011-04-28 14:23:01 +0100
commite1558e1c529d7840a7f6abd366b023cffe3d630e (patch)
tree0b907e2a8d5f79eceb43cea38dd27a613537fed3
parentb3d961180d52536485173bd4a3dcee44550a70f6 (diff)
parentbab5e5cab6562b0c163e8c925e76e84a12eeff20 (diff)
downloadgnuradio-e1558e1c529d7840a7f6abd366b023cffe3d630e.tar.gz
gnuradio-e1558e1c529d7840a7f6abd366b023cffe3d630e.tar.bz2
gnuradio-e1558e1c529d7840a7f6abd366b023cffe3d630e.zip
Merge branch 'mergme/audio/api_macro'
-rw-r--r--gr-audio/include/gr_audio_api.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gr-audio/include/gr_audio_api.h b/gr-audio/include/gr_audio_api.h
index b21819bab..65782d308 100644
--- a/gr-audio/include/gr_audio_api.h
+++ b/gr-audio/include/gr_audio_api.h
@@ -22,10 +22,12 @@
#ifndef INCLUDED_GR_AUDIO_API_H
#define INCLUDED_GR_AUDIO_API_H
+#include <gruel/attributes.h>
+
#ifdef gnuradio_audio_EXPORTS
-# define GR_AUDIO_API //FIXME needs attributes defines
+# define GR_AUDIO_API __GR_ATTR_EXPORT
#else
-# define GR_AUDIO_API //FIXME needs attributes defines
+# define GR_AUDIO_API __GR_ATTR_IMPORT
#endif
#endif /* INCLUDED_GR_AUDIO_API_H */