don't use __MSL__ unless it's defined

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-10-09 12:23:58 +00:00
parent 6e86d7842e
commit 138861bcdd

View File

@@ -24,9 +24,11 @@
#include "wx/log.h"
#if __MSL__ >= 0x6000
#include "math.h"
using namespace std ;
#ifdef __MSL__
#if __MSL__ >= 0x6000
#include "math.h"
using namespace std ;
#endif
#endif
#include "wx/mac/private.h"