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/polygonwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scribus/polygonwidget.cpp') diff --git a/scribus/polygonwidget.cpp b/scribus/polygonwidget.cpp index 5acc987..e4a51b9 100644 --- a/scribus/polygonwidget.cpp +++ b/scribus/polygonwidget.cpp @@ -11,7 +11,7 @@ for which a new license (GPL+exception) is in place. #include #include -#if _MSC_VER +#if defined(_MSC_VER) && !defined(_USE_MATH_DEFINES) #define _USE_MATH_DEFINES #endif #include -- cgit