Go to the documentation of this file.
33#ifndef FLACPP__EXPORT_H
34#define FLACPP__EXPORT_H
76#if defined(FLAC__NO_DLL) && !(defined(DLL_EXPORT))
79#ifdef FLACPP_API_EXPORTS
80#define FLACPP_API __declspec(dllexport)
82#define FLACPP_API __declspec(dllimport)
85#elif defined(FLAC__USE_VISIBILITY_ATTR)
86#define FLACPP_API __attribute__ ((visibility ("default")))
94#define FLACPP_API_VERSION_CURRENT 10
95#define FLACPP_API_VERSION_REVISION 1
96#define FLACPP_API_VERSION_AGE 0
Copyright (c) 2000-2009 Josh Coalson
Copyright (c) 2011-2023 Xiph.Org Foundation