diff options
Diffstat (limited to 'gnuradio-runtime/include/pmt/api.h')
-rw-r--r-- | gnuradio-runtime/include/pmt/api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-runtime/include/pmt/api.h b/gnuradio-runtime/include/pmt/api.h index 69674dbd77..daed8039cb 100644 --- a/gnuradio-runtime/include/pmt/api.h +++ b/gnuradio-runtime/include/pmt/api.h @@ -25,9 +25,9 @@ #include <gnuradio/attributes.h> #ifdef gnuradio_pmt_EXPORTS -# define PMT_API __GR_ATTR_EXPORT +#define PMT_API __GR_ATTR_EXPORT #else -# define PMT_API __GR_ATTR_IMPORT +#define PMT_API __GR_ATTR_IMPORT #endif #endif /* INCLUDED_PMT_API_H */ |