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