Skip to content

Commit

Permalink
windows: fix d3dcommon.h case sensitivity
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Nov 29, 2023
1 parent c7403b8 commit b304393
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Support/MSFileSystemBasic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
// Mach change end
#include "dxc/Support/WinIncludes.h"

#include <D3Dcommon.h>
// Mach change start
// #include <D3Dcommon.h>
#include <d3dcommon.h>
// Mach change end
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
Expand Down

0 comments on commit b304393

Please sign in to comment.