mach targets added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-03-28 16:26:15 +00:00
parent e49079b2ab
commit 84e7f94cb0
21 changed files with 20361 additions and 189 deletions

View File

@@ -5,7 +5,7 @@
* macros that code uses. This lets the same code operate on two different
* representations for state sets.
*/
#ifdef __MWERKS__
#if defined(__MWERKS__) && !defined(__MACH__)
typedef long off_t ;
#else
#include <sys/types.h>