Переглянути джерело

* fixed CGFloat definition after r13786

git-svn-id: branches/objc@13790 -
Jonas Maebe 16 роки тому
батько
коміт
d5bc9c09c6
1 змінених файлів з 2 додано та 2 видалено
  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;