fix placement of FLAC_API_VERSION_... #defines
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 14 Oct 2006 04:54:07 +0000 (04:54 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 14 Oct 2006 04:54:07 +0000 (04:54 +0000)
include/FLAC++/export.h
include/FLAC/export.h
include/OggFLAC++/export.h
include/OggFLAC/export.h

index d05fdc5..2bfccd5 100644 (file)
@@ -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
index 1c315b0..5696bcc 100644 (file)
@@ -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
index 716535d..0e293f9 100644 (file)
@@ -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
index e7f1df5..075f77f 100644 (file)
@@ -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