From 4e4845592d53b799ced1370998d19ad1718b6b9b Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 14 Oct 2006 04:54:07 +0000 Subject: [PATCH] fix placement of FLAC_API_VERSION_... #defines --- include/FLAC++/export.h | 5 +++-- include/FLAC/export.h | 5 +++-- include/OggFLAC++/export.h | 5 +++-- include/OggFLAC/export.h | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/include/FLAC++/export.h b/include/FLAC++/export.h index d05fdc57..2bfccd51 100644 --- a/include/FLAC++/export.h +++ b/include/FLAC++/export.h @@ -42,6 +42,9 @@ #else #define FLACPP_API _declspec(dllimport) +#endif +#endif + /* These #defines will mirror the libtool-based library version number, see * http://www.gnu.org/software/libtool/manual.html#Libtool-versioning */ @@ -50,5 +53,3 @@ #define FLACPP_API_VERSION_AGE 0 #endif -#endif -#endif diff --git a/include/FLAC/export.h b/include/FLAC/export.h index 1c315b06..5696bcc0 100644 --- a/include/FLAC/export.h +++ b/include/FLAC/export.h @@ -42,6 +42,9 @@ #else #define FLAC_API _declspec(dllimport) +#endif +#endif + /* These #defines will mirror the libtool-based library version number, see * http://www.gnu.org/software/libtool/manual.html#Libtool-versioning */ @@ -50,5 +53,3 @@ #define FLAC_API_VERSION_AGE 0 #endif -#endif -#endif diff --git a/include/OggFLAC++/export.h b/include/OggFLAC++/export.h index 716535d0..0e293f99 100644 --- a/include/OggFLAC++/export.h +++ b/include/OggFLAC++/export.h @@ -42,6 +42,9 @@ #else #define OggFLACPP_API _declspec(dllimport) +#endif +#endif + /* These #defines will mirror the libtool-based library version number, see * http://www.gnu.org/software/libtool/manual.html#Libtool-versioning */ @@ -50,5 +53,3 @@ #define OggFLACPP_API_VERSION_AGE 0 #endif -#endif -#endif diff --git a/include/OggFLAC/export.h b/include/OggFLAC/export.h index e7f1df54..075f77f1 100644 --- a/include/OggFLAC/export.h +++ b/include/OggFLAC/export.h @@ -42,6 +42,9 @@ #else #define OggFLAC_API _declspec(dllimport) +#endif +#endif + /* These #defines will mirror the libtool-based library version number, see * http://www.gnu.org/software/libtool/manual.html#Libtool-versioning */ @@ -50,5 +53,3 @@ #define OggFLAC_API_VERSION_AGE 0 #endif -#endif -#endif