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

@@ -78,7 +78,7 @@
/* technically this should be in an "export.c" but this is convenient enough */
int FLAC_API_SUPPORTS_OGG_FLAC =
FLAC_API int FLAC_API_SUPPORTS_OGG_FLAC =
#if FLAC__HAS_OGG
1
#else