浏览代码

* fixed definition of NSInteger and NSUInteger for 64 bit (fix by
Gorazd Krosl)

git-svn-id: trunk@14231 -

Jonas Maebe 15 年之前
父节点
当前提交
1900d12a0c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/cocoaint/src/foundation/NSObjCRuntime.inc

+ 2 - 2
packages/cocoaint/src/foundation/NSObjCRuntime.inc

@@ -50,8 +50,8 @@ const
 
 
 { Types }
 { Types }
 type
 type
-  NSInteger = cint;
-  NSUInteger = cuint;
+  NSInteger = clong;
+  NSUInteger = culong;
   NSComparisonResult = NSInteger;
   NSComparisonResult = NSInteger;
 
 
 {$endif}
 {$endif}