d3d12: Convert #include <Windows.h> to #include <windows.h> for mingw on linux

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16084>
This commit is contained in:
Yonggang Luo 2022-06-01 09:09:55 +08:00 committed by Marge Bot
parent 6b181fe1b2
commit 05097d1f6c

View file

@ -26,7 +26,7 @@
#include <directx/dxgiformat.h>
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#else
#include <wsl/winadapter.h>
#endif