Skip to content

Commit 6388790

Browse files
committed
[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.
1 parent 521c2ce commit 6388790

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,11 @@ module WinSDK [system] {
285285
requires cplusplus
286286
}
287287

288+
module GUID {
289+
header "guiddef.h"
290+
export *
291+
}
292+
288293
module Internationalization {
289294
module WinNLS {
290295
header "winnls.h"

0 commit comments

Comments
 (0)