33 #ifndef FLAC__EXPORT_H
34 #define FLAC__EXPORT_H
77 #if defined(FLAC__NO_DLL) && !(defined(DLL_EXPORT))
80 #ifdef FLAC_API_EXPORTS
81 #define FLAC_API __declspec(dllexport)
83 #define FLAC_API __declspec(dllimport)
87 #elif defined(FLAC__USE_VISIBILITY_ATTR)
88 #define FLAC_API __attribute__ ((visibility ("default")))
98 #define FLAC_API_VERSION_CURRENT 13
99 #define FLAC_API_VERSION_REVISION 0
100 #define FLAC_API_VERSION_AGE 1
#define FLAC_API
Definition: export.h:91
int FLAC_API_SUPPORTS_OGG_FLAC