From 2bec520e2cbb97bb8d7926ac1d00875af685ad0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B3zef=20Kucia?= Date: Thu, 14 Dec 2017 18:01:39 +0100 Subject: [PATCH] core: Use new vkd3d header filenames. --- Core/DDSTextureLoader.h | 2 +- Core/d3dx12.h | 2 +- Core/dds.h | 2 +- Core/pch.h | 2 +- Core/port.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Core/DDSTextureLoader.h b/Core/DDSTextureLoader.h index c9583f2..0aa221a 100644 --- a/Core/DDSTextureLoader.h +++ b/Core/DDSTextureLoader.h @@ -20,7 +20,7 @@ #pragma once -#include +#include #pragma warning(push) #pragma warning(disable : 4005) diff --git a/Core/d3dx12.h b/Core/d3dx12.h index 54fb6ad..b3e0e82 100644 --- a/Core/d3dx12.h +++ b/Core/d3dx12.h @@ -12,7 +12,7 @@ #ifndef __D3DX12_H__ #define __D3DX12_H__ -#include "d3d12.h" +#include "vkd3d_d3d12.h" #if defined( __cplusplus ) diff --git a/Core/dds.h b/Core/dds.h index a8eb941..d21aea1 100644 --- a/Core/dds.h +++ b/Core/dds.h @@ -21,7 +21,7 @@ #pragma once #endif -#include +#include // VS 2010's stdint.h conflicts with intsafe.h #pragma warning(push) diff --git a/Core/pch.h b/Core/pch.h index 34989d5..05cab54 100644 --- a/Core/pch.h +++ b/Core/pch.h @@ -25,7 +25,7 @@ #endif #include "port.h" -#include +#include #pragma comment(lib, "d3d12.lib") #pragma comment(lib, "dxgi.lib") diff --git a/Core/port.h b/Core/port.h index d03ed7a..b295f3b 100644 --- a/Core/port.h +++ b/Core/port.h @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include "xinput/xinput.h" #define PORT_KEY_space 0x0020 -- 2.11.4.GIT