Francois Gouget <[EMAIL PROTECTED]> writes: > Here's the testcase I wrote: > > #define GetObject You cannot use GetObject in this context > > #define ICOM_FN(xfn) fn ## xfn > > #define DECLARE1(xfn) void ICOM_FN(xfn) (void); > #define DECLARE2(xfn) void ICOM_FN(##xfn) (void); If the only problem is GetObject and similar functions, couldn't we simply #undef GetObject and get rid of ICOM_FN completely? or is there a deeper issue? -- Alexandre Julliard [EMAIL PROTECTED]
- Test case for GCC macro expansion David Elliott
- RE: Test case for GCC macro expansion Patrik Stridvall
- Re: Test case for GCC macro expansion Francois Gouget
- Re: Test case for GCC macro expansion Alexandre Julliard
- Re: Test case for GCC macro expansion David Elliott
- Re: Test case for GCC macro expansion James Abbatiello
- Re: Test case for GCC macro expansion Francois Gouget
- Re: Test case for GCC macro expansion Alexandre Julliard
- Re: Test case for GCC macro expansion Francois Gouget