fix placement of FLAC_API_VERSION_... #defines
This commit is contained in:
parent
1568b1f785
commit
4e4845592d
@ -42,6 +42,9 @@
|
|||||||
#else
|
#else
|
||||||
#define FLACPP_API _declspec(dllimport)
|
#define FLACPP_API _declspec(dllimport)
|
||||||
|
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/* These #defines will mirror the libtool-based library version number, see
|
/* These #defines will mirror the libtool-based library version number, see
|
||||||
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
|
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
|
||||||
*/
|
*/
|
||||||
@ -50,5 +53,3 @@
|
|||||||
#define FLACPP_API_VERSION_AGE 0
|
#define FLACPP_API_VERSION_AGE 0
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
@ -42,6 +42,9 @@
|
|||||||
#else
|
#else
|
||||||
#define FLAC_API _declspec(dllimport)
|
#define FLAC_API _declspec(dllimport)
|
||||||
|
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/* These #defines will mirror the libtool-based library version number, see
|
/* These #defines will mirror the libtool-based library version number, see
|
||||||
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
|
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
|
||||||
*/
|
*/
|
||||||
@ -50,5 +53,3 @@
|
|||||||
#define FLAC_API_VERSION_AGE 0
|
#define FLAC_API_VERSION_AGE 0
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
@ -42,6 +42,9 @@
|
|||||||
#else
|
#else
|
||||||
#define OggFLACPP_API _declspec(dllimport)
|
#define OggFLACPP_API _declspec(dllimport)
|
||||||
|
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/* These #defines will mirror the libtool-based library version number, see
|
/* These #defines will mirror the libtool-based library version number, see
|
||||||
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
|
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
|
||||||
*/
|
*/
|
||||||
@ -50,5 +53,3 @@
|
|||||||
#define OggFLACPP_API_VERSION_AGE 0
|
#define OggFLACPP_API_VERSION_AGE 0
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
@ -42,6 +42,9 @@
|
|||||||
#else
|
#else
|
||||||
#define OggFLAC_API _declspec(dllimport)
|
#define OggFLAC_API _declspec(dllimport)
|
||||||
|
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/* These #defines will mirror the libtool-based library version number, see
|
/* These #defines will mirror the libtool-based library version number, see
|
||||||
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
|
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
|
||||||
*/
|
*/
|
||||||
@ -50,5 +53,3 @@
|
|||||||
#define OggFLAC_API_VERSION_AGE 0
|
#define OggFLAC_API_VERSION_AGE 0
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user