mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[WinSDK] Modularize <guiddef.h>
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 commit is contained in:
@@ -158,7 +158,8 @@ message(STATUS "Windows modulemaps[${StdlibSources}/Platform] -> ${CMAKE_CURRENT
|
||||
copy_files(public/Platform Overlay/Windows/clang
|
||||
FILES
|
||||
ucrt.modulemap
|
||||
winsdk.modulemap
|
||||
winsdk_um.modulemap
|
||||
winsdk_shared.modulemap
|
||||
vcruntime.modulemap
|
||||
vcruntime.apinotes)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user