Changeset 253 for trunk/tool

Show
Ignore:
Timestamp:
05/05/08 19:51:26 (8 months ago)
Author:
saurik
Message:

Added new NS* patches.

Location:
trunk/tool
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tool/include.diff

    r225 r253  
    134134     Note:   An ExceptionHandler is NOT a UniversalProcPtr, except in Carbon. 
    135135             It must be a PowerPC function pointer with NO routine descriptor,  
     136diff -ru /apl/inc/Foundation/NSAffineTransform.h /apl/32/Foundation/NSAffineTransform.h 
     137--- /apl/inc/Foundation/NSAffineTransform.h     2008-02-19 13:11:39.000000000 +0000 
     138+++ /apl/32/Foundation/NSAffineTransform.h      2008-04-20 02:53:18.000000000 +0000 
     139@@ -4,7 +4,7 @@ 
     140  
     141 #import <Foundation/NSObject.h> 
     142 #import <Foundation/NSGeometry.h> 
     143-#import <ApplicationServices/../Frameworks/CoreGraphics.framework/Headers/CGAffineTransform.h> 
     144+#import <CoreGraphics/CGAffineTransform.h> 
     145  
     146 typedef struct { 
     147     CGFloat m11, m12, m21, m22; 
     148diff -ru /apl/inc/Foundation/NSGeometry.h /apl/32/Foundation/NSGeometry.h 
     149--- /apl/inc/Foundation/NSGeometry.h    2008-02-19 13:11:41.000000000 +0000 
     150+++ /apl/32/Foundation/NSGeometry.h     2008-04-20 02:52:14.000000000 +0000 
     151@@ -6,8 +6,8 @@ 
     152 #import <Foundation/NSValue.h> 
     153 #import <Foundation/NSCoder.h> 
     154  
     155-#import <ApplicationServices/../Frameworks/CoreGraphics.framework/Headers/CGBase.h> 
     156-#import <ApplicationServices/../Frameworks/CoreGraphics.framework/Headers/CGGeometry.h> 
     157+#import <CoreGraphics/CGBase.h> 
     158+#import <CoreGraphics/CGGeometry.h> 
     159  
     160 #if __LP64__ || NS_BUILD_32_LIKE_64 
     161  
    136162--- /usr/include/arm/signal.h   2008-02-27 05:37:19.000000000 +0000 
    137163+++ /usr/include/arm/signal.h   2008-03-24 09:51:14.000000000 +0000