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 528e748 commit d6687d2Copy full SHA for d6687d2
Sources/CSystem/shims.c
@@ -0,0 +1,18 @@
1
+/*
2
+ This source file is part of the Swift System open source project
3
+
4
+ Copyright (c) 2020 Apple Inc. and the Swift System project authors
5
+ Licensed under Apache License v2.0 with Runtime Library Exception
6
7
+ See https://swift.org/LICENSE.txt for license information
8
+*/
9
10
+#ifdef __linux__
11
12
+#include <CSystemLinux.h>
13
14
+#endif
15
16
+#if defined(_WIN32)
17
+#include <CSystemWindows.h>
18
0 commit comments