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
|
#endif
|
||||||
|
|
||||||
#ifdef NONAMELESSUNION
|
#ifdef NONAMELESSUNION
|
||||||
#define UNION_MEMBER(x) DUMMYUNIONNAME.##x
|
#define UNION_MEMBER(x) DUMMYUNIONNAME.x
|
||||||
#else
|
#else
|
||||||
#define UNION_MEMBER(x) x
|
#define UNION_MEMBER(x) x
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue