From: lordmulder Date: Tue, 21 Jun 2011 20:07:22 +0000 (+0200) Subject: Fixed compilation in Visual Studio 2008. X-Git-Tag: Release_403~144 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e0131ac18b2f657701f9965d311cc950b5dff102;p=lamexp%2FLameXP.git Fixed compilation in Visual Studio 2008. --- diff --git a/.gitignore b/.gitignore index 8ad46266..8278b240 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ /LameXP_*.opensdf /LameXP_*.sdf /LameXP_*.suo +/LameXP_*.ncb +/LameXP_*.sln.docstates /bin etc/Deployment/*.exe etc/Deployment/_postproc.bat diff --git a/LameXP_VS2008.vcproj b/LameXP_VS2008.vcproj index 976aeee3..6f36bfe9 100644 --- a/LameXP_VS2008.vcproj +++ b/LameXP_VS2008.vcproj @@ -66,7 +66,7 @@ + + @@ -369,6 +373,10 @@ > + + @@ -409,6 +417,10 @@ > + + @@ -469,6 +481,10 @@ > + + @@ -501,6 +517,10 @@ > + + @@ -593,6 +613,10 @@ > + + @@ -671,6 +695,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1733,6 +1877,10 @@ > + + @@ -1757,6 +1905,10 @@ > + + @@ -1777,6 +1929,10 @@ > + + @@ -2052,6 +2208,40 @@ Name="Dialogs" > + + + + + + + + + + + #include +#include //Helper macros #define LINK(URL) QString("%2").arg(URL).arg(URL) diff --git a/src/Global.cpp b/src/Global.cpp index f6ee3dc9..c44b887a 100644 --- a/src/Global.cpp +++ b/src/Global.cpp @@ -52,6 +52,7 @@ #include #include #include +#include //COM includes #include diff --git a/src/Targetver.h b/src/Targetver.h index 3a0c248f..b78503a7 100644 --- a/src/Targetver.h +++ b/src/Targetver.h @@ -28,8 +28,7 @@ // If you wish to build your application for a previous Windows platform, include WinSDKVer.h and // set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. - -#include +//#include // Modify the following defines if you have to target a platform prior to the ones specified below. // Refer to MSDN for the latest info on corresponding values for different platforms. diff --git a/src/Thread_CueSplitter.cpp b/src/Thread_CueSplitter.cpp index 5a9fb0cb..85ef3f60 100644 --- a/src/Thread_CueSplitter.cpp +++ b/src/Thread_CueSplitter.cpp @@ -36,6 +36,8 @@ #include #include +#include +#include //////////////////////////////////////////////////////////// // Constructor