Metrowerks: The unix.h header is part of MSL_Extras. It's not needed for
Darwin and so with the change I don't need to include MSL_Extras. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6fe1627ca0
commit
ed1f71875b
@ -51,7 +51,7 @@
|
||||
#define __acornriscos
|
||||
#endif
|
||||
|
||||
#if defined(__MWERKS__) || defined(THINK_C)
|
||||
#if (defined(__MWERKS__) && !defined(__MACH__)) || defined(THINK_C)
|
||||
#include <unix.h>
|
||||
#include <math.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user