summaryrefslogtreecommitdiff
path: root/gr-fcd/include/fcd/fcd_api.h
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2012-03-22 13:35:20 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-03-22 13:57:13 -0700
commit81fba6490c6471e1db3bcc85d16ff2242f68fb43 (patch)
tree89d54a97c23fdd5205c38947029e9d69e04f6db6 /gr-fcd/include/fcd/fcd_api.h
parente383cfe2674fa6682a1392af8d9b9f090af1aec5 (diff)
Implement conditionalized build for WIN32
Diffstat (limited to 'gr-fcd/include/fcd/fcd_api.h')
-rw-r--r--gr-fcd/include/fcd/fcd_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fcd/include/fcd/fcd_api.h b/gr-fcd/include/fcd/fcd_api.h
index d6d1bd31f1..e1452b8afc 100644
--- a/gr-fcd/include/fcd/fcd_api.h
+++ b/gr-fcd/include/fcd/fcd_api.h
@@ -24,7 +24,7 @@
#include <gruel/attributes.h>
-#ifdef gnuradio_pager_EXPORTS
+#ifdef gnuradio_fcd_EXPORTS
# define FCD_API __GR_ATTR_EXPORT
#else
# define FCD_API __GR_ATTR_IMPORT