diff --git a/reactos/dll/directx/wine/d3dcompiler_43/asmshader.yy.c b/reactos/dll/directx/wine/d3dcompiler_43/asmshader.yy.c index 1b31cec460f..446779b3932 100644 --- a/reactos/dll/directx/wine/d3dcompiler_43/asmshader.yy.c +++ b/reactos/dll/directx/wine/d3dcompiler_43/asmshader.yy.c @@ -360,7 +360,7 @@ void asmshader_free (void * ); /* Begin user sect3 */ -#define asmshader_wrap(n) 1 +#define asmshader_wrap() 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; diff --git a/reactos/dll/directx/wine/d3dcompiler_43/hlsl.yy.c b/reactos/dll/directx/wine/d3dcompiler_43/hlsl.yy.c index a3e98d5543c..c6fc3e4a4e2 100644 --- a/reactos/dll/directx/wine/d3dcompiler_43/hlsl.yy.c +++ b/reactos/dll/directx/wine/d3dcompiler_43/hlsl.yy.c @@ -360,7 +360,7 @@ void hlsl_free (void * ); /* Begin user sect3 */ -#define hlsl_wrap(n) 1 +#define hlsl_wrap() 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR;