mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08: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:
parent
fd5d6cd454
commit
af9bf3bbf2
@ -22,6 +22,8 @@
|
||||
|
||||
#include "preproc.tab.h"
|
||||
|
||||
#undef ERROR /* defined in wingdi.h */
|
||||
|
||||
#define YYSTYPE PREPROC_YYSTYPE
|
||||
#define YYLTYPE PREPROC_YYLTYPE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user