Skip to content
Snippets Groups Projects
Commit 01e8d2eb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

Fix compilation error.

parent ca1fe9ec
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment