vkd3d-shader: Undefine ERROR to avoid a compiler warning on Windows.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
This commit is contained in:
Alexandre Julliard 2022-02-08 15:09:51 +01:00
parent fd5d6cd454
commit af9bf3bbf2

View File

@ -22,6 +22,8 @@
#include "preproc.tab.h"
#undef ERROR /* defined in wingdi.h */
#define YYSTYPE PREPROC_YYSTYPE
#define YYLTYPE PREPROC_YYLTYPE