Commit 01e8d2eb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Fix compilation error.

parent ca1fe9ec
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment