include: Prefix public header file names with vkd3d.

Prevents possible clashes when using vkd3d with external Win32 headers.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia
2017-12-15 15:16:21 +01:00
committed by Alexandre Julliard
parent f8c20beede
commit abff3ca469
15 changed files with 33 additions and 33 deletions

View File

@@ -41,7 +41,7 @@ typedef int HRESULT;
#include "vkd3d_test.h"
#include "vkd3d_windows.h"
#define WIDL_C_INLINE_WRAPPERS
#include "d3d12.h"
#include "vkd3d_d3d12.h"
#include <inttypes.h>
#include <limits.h>
@@ -49,7 +49,7 @@ typedef int HRESULT;
#include <time.h>
#ifdef _WIN32
# include "dxgi1_4.h"
# include "vkd3d_dxgi1_4.h"
#else
# include <pthread.h>
# include "vkd3d_utils.h"