Signed-off-by: Matteo Bruni mbruni@codeweavers.com --- include/d3dcompiler.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/d3dcompiler.h b/include/d3dcompiler.h index 148e958cfda..c5fd9973554 100644 --- a/include/d3dcompiler.h +++ b/include/d3dcompiler.h @@ -19,6 +19,8 @@ #ifndef __D3DCOMPILER_H__ #define __D3DCOMPILER_H__
+#define D3D_COMPILER_VERSION 47 + #include "d3d11shader.h"
#ifdef __cplusplus