Skip to content

Commit b304393

Browse files
author
Stephen Gutekanst
committed
windows: fix d3dcommon.h case sensitivity
Signed-off-by: Stephen Gutekanst <[email protected]>
1 parent c7403b8 commit b304393

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/Support/MSFileSystemBasic.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
// Mach change end
2020
#include "dxc/Support/WinIncludes.h"
2121

22-
#include <D3Dcommon.h>
22+
// Mach change start
23+
// #include <D3Dcommon.h>
24+
#include <d3dcommon.h>
25+
// Mach change end
2326
#include <assert.h>
2427
#include <errno.h>
2528
#include <fcntl.h>

0 commit comments

Comments
 (0)