add #define FLAC_API_NUMBER

This commit is contained in:
Josh Coalson
2006-09-23 19:12:26 +00:00
parent f7f6c6e3ef
commit aa1edebacd
4 changed files with 12 additions and 0 deletions

View File

@@ -42,6 +42,9 @@
#else
#define FLACPP_API _declspec(dllimport)
/* every time the libFLAC++ API changes in any way, this number will be incremented */
#define FLACPP_API_NUMBER 10
#endif
#endif
#endif

View File

@@ -42,6 +42,9 @@
#else
#define FLAC_API _declspec(dllimport)
/* every time the libFLAC API changes in any way, this number will be incremented */
#define FLAC_API_NUMBER 10
#endif
#endif
#endif

View File

@@ -42,6 +42,9 @@
#else
#define OggFLACPP_API _declspec(dllimport)
/* every time the libOggFLAC++ API changes in any way, this number will be incremented */
#define OggFLACPP_API_NUMBER 10
#endif
#endif
#endif

View File

@@ -42,6 +42,9 @@
#else
#define OggFLAC_API _declspec(dllimport)
/* every time the libOggFLAC API changes in any way, this number will be incremented */
#define OggFLAC_API_NUMBER 10
#endif
#endif
#endif