Fix compilation error.
This commit is contained in:
parent
ca1fe9ec1d
commit
01e8d2eb5f
@ -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…
x
Reference in New Issue
Block a user