We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eecc90 commit 0b4d7d4Copy full SHA for 0b4d7d4
Source/Aliases.swift
@@ -70,7 +70,7 @@ public typealias CFloat = Float
70
public typealias CInt = Int32
71
public typealias CLong = Int
72
public typealias CLongLong = Int64
73
-#if COCOA
+#if COCOA || ISLAND
74
public typealias OpaquePointer = UnsafePointer<Void>
75
#endif
76
public typealias CShort = Int16
0 commit comments