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 bff5d52 + 20ade9b commit 9be5586Copy full SHA for 9be5586
stdlib/public/core/CTypes.swift
@@ -28,7 +28,7 @@ public typealias CUnsignedShort = UInt16
28
public typealias CUnsignedInt = UInt32
29
30
/// The C 'unsigned long' type.
31
-#if os(Windows) && arch(x86_64)
+#if os(Windows) && (arch(x86_64) || arch(arm64))
32
public typealias CUnsignedLong = UInt32
33
#else
34
public typealias CUnsignedLong = UInt
0 commit comments