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.
2 parents b6ec187 + 5c0471f commit 6a4f37bCopy full SHA for 6a4f37b
stdlib/public/core/CTypes.swift
@@ -47,7 +47,7 @@ public typealias CShort = Int16
47
public typealias CInt = Int32
48
49
/// The C 'long' type.
50
-#if os(Windows) && arch(x86_64)
+#if os(Windows) && (arch(x86_64) || arch(arm64))
51
public typealias CLong = Int32
52
#else
53
public typealias CLong = Int
0 commit comments