mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is important, for example, for linking correctly to the C++ standard library on Windows, which uses `#pragma comment(lib, ...)` in its headers to specify the correct library to link against.
4 lines
79 B
C
4 lines
79 B
C
#include "autolink-coff-c-pragma-transitive.h"
|
|
|
|
#pragma comment(lib, "module")
|