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 a16372e + b2509d9 commit f24bb03Copy full SHA for f24bb03
stdlib/public/CommandLineSupport/CommandLine.cpp
@@ -24,11 +24,7 @@
24
#include <cstring>
25
#include <string>
26
27
-#if __has_include(<sys/errno.h>)
28
-#include <sys/errno.h>
29
-#else
30
#include <errno.h>
31
-#endif
32
33
#include "swift/Runtime/Debug.h"
34
#include "swift/Runtime/Win32.h"
stdlib/public/stubs/Stubs.cpp
@@ -26,11 +26,7 @@
#define NOMINMAX
#include <windows.h>
#else // defined(_WIN32)
#if __has_include(<sys/resource.h>)
35
#include <sys/resource.h>
36
#endif
0 commit comments