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 87012b8 commit 60e1cd1Copy full SHA for 60e1cd1
stdlib/public/SwiftShims/LibcShims.h
@@ -35,7 +35,7 @@ namespace swift { extern "C" {
35
// the current platform in the runtime code.
36
#if defined(__linux__) && defined (__arm__) && !defined(__android__)
37
typedef int __swift_ssize_t;
38
-#elif defined(_MSC_VER)
+#elif defined(_WIN32)
39
#if defined(_M_ARM) || defined(_M_IX86)
40
41
#elif defined(_M_X64)
0 commit comments