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 e4f4bd3 + 3b968f6 commit c4b0e97Copy full SHA for c4b0e97
stdlib/public/CommandLineSupport/CommandLine.cpp
@@ -37,6 +37,7 @@
37
#define WIN32_LEAN_AND_MEAN
38
#include <Windows.h>
39
#include <shellapi.h>
40
+#pragma comment(lib, "shell32.lib")
41
#endif
42
43
// Backing storage for overrides of `Swift.CommandLine.arguments`.
0 commit comments