mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
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:
@@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
#include "preproc.tab.h"
|
#include "preproc.tab.h"
|
||||||
|
|
||||||
|
#undef ERROR /* defined in wingdi.h */
|
||||||
|
|
||||||
#define YYSTYPE PREPROC_YYSTYPE
|
#define YYSTYPE PREPROC_YYSTYPE
|
||||||
#define YYLTYPE PREPROC_YYLTYPE
|
#define YYLTYPE PREPROC_YYLTYPE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user