Fix compilation error.

This commit is contained in:
Francois Gouget 2003-08-13 19:43:19 +00:00 committed by Alexandre Julliard
parent ca1fe9ec1d
commit 01e8d2eb5f
1 changed files with 1 additions and 1 deletions

View File

@ -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