removed conditional for Apple DevTools now that mac headers are not included
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f2b6a31a9e
commit
f1f6d4659c
@ -29,9 +29,7 @@
|
||||
#include "wx/matrix.h"
|
||||
#include <math.h>
|
||||
|
||||
#if ! (defined(__WXMAC__) && defined(__UNIX__))
|
||||
const double pi = 3.1415926535;
|
||||
#endif
|
||||
static const double pi = 3.1415926535;
|
||||
|
||||
wxTransformMatrix::wxTransformMatrix(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user