From 650efb8ef7f347de1fb03901d7692ce6cc48c5d0 Mon Sep 17 00:00:00 2001 From: stephena Date: Sun, 26 Feb 2012 20:21:30 +0000 Subject: [PATCH] Updated VS 2005 project files for recent NTSC filter class additions. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2397 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- src/common/tv_filters/NTSCFilter.cxx | 8 ++++++-- src/win32/Stella_vs2005.vcproj | 24 ++++++++++++++++++++++-- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/src/common/tv_filters/NTSCFilter.cxx b/src/common/tv_filters/NTSCFilter.cxx index fbd0f89b4..25e3590dc 100644 --- a/src/common/tv_filters/NTSCFilter.cxx +++ b/src/common/tv_filters/NTSCFilter.cxx @@ -17,12 +17,16 @@ // $Id$ //============================================================================ -#include "NTSCFilter.hxx" - #include #include #include +#include "NTSCFilter.hxx" + +#ifndef M_PI + #define M_PI 3.141592653589793 +#endif + // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NTSCFilter::NTSCFilter() : mySetup(atari_ntsc_composite), diff --git a/src/win32/Stella_vs2005.vcproj b/src/win32/Stella_vs2005.vcproj index 1b4db4ea9..c5ff8d208 100644 --- a/src/win32/Stella_vs2005.vcproj +++ b/src/win32/Stella_vs2005.vcproj @@ -41,7 +41,7 @@ + + @@ -213,6 +217,10 @@ RelativePath="..\common\MouseControl.cxx" > + + @@ -983,6 +991,14 @@ RelativePath="..\common\Array.hxx" > + + + + @@ -1015,6 +1031,10 @@ RelativePath="..\common\MouseControl.hxx" > + +