mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This fixes modularization errors that arise when importing a C++ header that contains `#include <guiddef.h>`, which might hijack this header from the WinSDK module where it belongs.
This directory holds the Swift Standard Library's Glibc Module, comprised of
- The overlay library, which amends some APIs imported from Clang module.
- The clang module map which specifies which headers need to be imported from Glibc for bare minimum functionality.
Note: Darwin platforms provide their own overlays and module maps in the system SDK.