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:
		@@ -1,4 +1,4 @@
 | 
			
		||||
#ifdef __MWERKS__
 | 
			
		||||
#if defined(__MWERKS__) && !defined(__MACH__)
 | 
			
		||||
typedef long off_t ;
 | 
			
		||||
#else
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
#ifdef __MWERKS__
 | 
			
		||||
#if defined(__MWERKS__) && !defined(__MACH__)
 | 
			
		||||
typedef long off_t ;
 | 
			
		||||
#else
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -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>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
#ifdef __MWERKS__
 | 
			
		||||
#if defined(__MWERKS__) && !defined(__MACH__)
 | 
			
		||||
typedef long off_t ;
 | 
			
		||||
#else
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user