From ce160fd64b0d577f7955836de8d70fc885858300 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Tue, 8 Nov 2011 14:50:54 +0100 Subject: [PATCH] Fixed compilation with Visual Studio 2008. --- LameXP_VS2008.vcproj | 114 ++++++++++++++++++++++++++++++++++++++++++++------- src/Config.h | 2 +- 2 files changed, 100 insertions(+), 16 deletions(-) diff --git a/LameXP_VS2008.vcproj b/LameXP_VS2008.vcproj index 5443fba6..ae9c2e77 100644 --- a/LameXP_VS2008.vcproj +++ b/LameXP_VS2008.vcproj @@ -66,7 +66,7 @@ + + @@ -549,6 +553,10 @@ > + + @@ -1047,7 +1055,7 @@ @@ -1057,7 +1065,7 @@ @@ -1067,7 +1075,7 @@ @@ -1581,6 +1589,40 @@ > + + + + + + + + + + + + + + + + + + + + + + + + @@ -1999,6 +2079,10 @@ > + + @@ -2228,7 +2312,7 @@ @@ -2238,7 +2322,7 @@ @@ -2248,7 +2332,7 @@ @@ -2262,7 +2346,7 @@ @@ -2272,7 +2356,7 @@ @@ -2282,7 +2366,7 @@ @@ -2296,7 +2380,7 @@ @@ -2306,7 +2390,7 @@ @@ -2316,7 +2400,7 @@ diff --git a/src/Config.h b/src/Config.h index d79cd45a..df0b1ff9 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 4 #define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 1 -#define VER_LAMEXP_BUILD 769 +#define VER_LAMEXP_BUILD 770 /////////////////////////////////////////////////////////////////////////////// // Tools versions -- 2.11.4.GIT