[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:
Egor Zhdan
2025-08-26 12:02:08 +01:00
parent 521c2cea94
commit 28f9db7bfa
9 changed files with 60 additions and 10 deletions

View File

@@ -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)