diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in index d22e3fba..f5ccb5c7 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,6 @@ -#ifndef CONFIG_H -#define CONFIG_H +/* API declaration export attribute */ +#define AL_API ${EXPORT_DECL} +#define ALC_API ${EXPORT_DECL} /* Define to the library version */ #define ALSOFT_VERSION "${LIB_VERSION}" @@ -105,5 +106,3 @@ /* Define if we have the __restrict keyword */ #cmakedefine HAVE___RESTRICT - -#endif |