This module contains #defines and symbols for exporting function calls, and providing version information and compiled-in features.
If you are compiling with MSVC and will link to the static library (libFLAC.lib) you should define FLAC__NO_DLL in your project to make sure the symbols are exported properly.
◆ FLAC_API_VERSION_CURRENT
#define FLAC_API_VERSION_CURRENT 11 |
◆ FLAC_API_VERSION_REVISION
#define FLAC_API_VERSION_REVISION 0 |
◆ FLAC_API_VERSION_AGE
#define FLAC_API_VERSION_AGE 3 |
◆ FLAC_API_SUPPORTS_OGG_FLAC
int FLAC_API_SUPPORTS_OGG_FLAC |
|
extern |
1
if the library has been compiled with support for Ogg FLAC, else 0
.