Browse Source

* fixed CGFloat definition after r13786

git-svn-id: branches/objc@13790 -
Jonas Maebe 16 years ago
parent
commit
d5bc9c09c6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/cocoaint/src/UndefinedTypes.inc

+ 2 - 2
packages/cocoaint/src/UndefinedTypes.inc

@@ -1,9 +1,9 @@
 type
 type
   __NSAppleEventManagerSuspension = Pointer;
   __NSAppleEventManagerSuspension = Pointer;
  {$ifdef cpu64}
  {$ifdef cpu64}
-  CGFloat = single;
- {$else}
   CGFloat = double;
   CGFloat = double;
+ {$else}
+  CGFloat = single;
  {$endif}
  {$endif}
   UTF = UInt32;
   UTF = UInt32;
   NSPointerFunctionsOptions = UInt16;
   NSPointerFunctionsOptions = UInt16;