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]

Reply via email to