include: Set D3D_COMPILER_VERSION to 47, if not defined.
Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fde5967f72
commit
23c6dd55b8
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@
|
||||||
|
|
||||||
#include "d3dcommon.h"
|
#include "d3dcommon.h"
|
||||||
|
|
||||||
|
/* If not defined set d3dcompiler_47 by default. */
|
||||||
|
#ifndef D3D_COMPILER_VERSION
|
||||||
|
#define D3D_COMPILER_VERSION 47
|
||||||
|
#endif
|
||||||
|
|
||||||
/* These are defined as version-neutral in d3dcommon.h */
|
/* These are defined as version-neutral in d3dcommon.h */
|
||||||
typedef D3D_CBUFFER_TYPE D3D11_CBUFFER_TYPE;
|
typedef D3D_CBUFFER_TYPE D3D11_CBUFFER_TYPE;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue