d3dcommon.h seems to be canonical path name in Win SDK

Windows Kits/10/Include/10.0.22621.0/um/d3dcommon.h

so use d3dcommon.h rather than D3Dcommon.h
This commit is contained in:
Fumitoshi Ukai 2024-03-27 01:44:44 +09:00 коммит произвёл GitHub
Родитель b451a409e1
Коммит e4fa1c5184
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -16,8 +16,8 @@
#include "dxc/Support/WinIncludes.h"
#include <D3Dcommon.h>
#include <assert.h>
#include <d3dcommon.h>
#include <errno.h>
#include <fcntl.h>
#include <io.h>

Просмотреть файл

@ -18,7 +18,7 @@
#include "llvm/Support/MSFileSystem.h"
#include "llvm/Support/Atomic.h"
#include <D3Dcommon.h>
#include <d3dcommon.h>
#include "dxc/dxcapi.internal.h"
#include <algorithm>