diff options
Diffstat (limited to 'gr-utils/python')
-rw-r--r-- | gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h b/gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h index 03620be2df..e0618c24ef 100644 --- a/gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h +++ b/gr-utils/python/modtool/templates/gr-newmod/include/howto/api.h @@ -26,9 +26,9 @@ #include <gnuradio/attributes.h> #ifdef gnuradio_howto_EXPORTS -# define HOWTO_API __GR_ATTR_EXPORT +#define HOWTO_API __GR_ATTR_EXPORT #else -# define HOWTO_API __GR_ATTR_IMPORT +#define HOWTO_API __GR_ATTR_IMPORT #endif #endif /* INCLUDED_HOWTO_API_H */ |