From 01e8d2eb5f89c65b5aa79bef831797e77d02aa8b Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 13 Aug 2003 19:43:19 +0000 Subject: [PATCH] Fix compilation error. --- programs/winefile/winefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winefile/winefile.c b/programs/winefile/winefile.c index 3a604f327dc..30c14d2a339 100644 --- a/programs/winefile/winefile.c +++ b/programs/winefile/winefile.c @@ -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