mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
Fix compilation error.
This commit is contained in:
parent
ca1fe9ec1d
commit
01e8d2eb5f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef NONAMELESSUNION
|
||||
#define UNION_MEMBER(x) DUMMYUNIONNAME.##x
|
||||
#define UNION_MEMBER(x) DUMMYUNIONNAME.x
|
||||
#else
|
||||
#define UNION_MEMBER(x) x
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue