ifdef pi which is already defined by Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-04-11 06:18:08 +00:00
parent 676304331f
commit 1bc4d9b013

View File

@@ -29,7 +29,9 @@
#include "wx/matrix.h"
#include <math.h>
#if ! (defined(__WXMAC__) && defined(__UNIX__))
const double pi = 3.1415926535;
#endif
wxTransformMatrix::wxTransformMatrix(void)
{