Skip to content

Commit 11228e7

Browse files
authored
Merge pull request #35618 from compnerd/dxgi-debug
Platform: add dxgidebug.h to _DXGI module
2 parents c8766a0 + 66a9ae4 commit 11228e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ module WinSDK [system] {
184184
// separate module is meant to augment the uncovered portions only.
185185
module _DXGI {
186186
header "../shared/dxgi1_6.h"
187+
header "dxgidebug.h"
187188
export *
188189

189190
link "dxgi.lib"

0 commit comments

Comments
 (0)