From e81809849a4bae494032c4859467026f14be7aed Mon Sep 17 00:00:00 2001 From: jghali Date: Sat, 2 Jun 2012 23:42:13 +0000 Subject: msvc project update : more modifications to ease transition to msvc 2010/msvc 2012 git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17538 11d20701-8431-0410-a711-e3c959e3b870 --- scribus/fpointarray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scribus/fpointarray.cpp') diff --git a/scribus/fpointarray.cpp b/scribus/fpointarray.cpp index f1c3acb..6ea5bcc 100644 --- a/scribus/fpointarray.cpp +++ b/scribus/fpointarray.cpp @@ -24,7 +24,7 @@ for which a new license (GPL+exception) is in place. #include "fpointarray.h" #include -#if defined(_MSC_VER) +#if defined(_MSC_VER) && !defined(_USE_MATH_DEFINES) #define _USE_MATH_DEFINES #endif #include -- cgit