fixes for MSVC6

This commit is contained in:
Josh Coalson
2006-10-16 15:49:17 +00:00
parent 352feb540f
commit 32637e0efd
3 changed files with 12 additions and 4 deletions

View File

@@ -72,8 +72,16 @@
#define FLAC_API_VERSION_REVISION 0 /**< see above */
#define FLAC_API_VERSION_AGE 0 /**< see above */
#ifdef __cplusplus
extern "C" {
#endif
/** \c 1 if the library has been compiled with support for Ogg FLAC, else \c 0. */
extern int FLAC_API_SUPPORTS_OGG_FLAC;
extern FLAC_API int FLAC_API_SUPPORTS_OGG_FLAC;
#ifdef __cplusplus
}
#endif
/* \} */