2
0
Эх сурвалжийг харах

* fixed CGFloat definition after r13786

git-svn-id: branches/objc@13790 -
Jonas Maebe 16 жил өмнө
parent
commit
d5bc9c09c6

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

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