Patrick M�rissert-Coffini�res <[EMAIL PROTECTED]> writes:
> I saw your reply, but spmehow I lost it, after that!
>
> I'm sorry, but this was not what I meant: what I meant is that some
> xxx.h
> file included in the compilation must have contained those lines, and
> that
> they were causing the trouble. So since I suppose you can't modify
> header
> files, you might try to change the variables names in XRootSample.c, of
> course without adding the said lines again.
>
while we're at cpp, you can use:
#undef icon_width
#undef icon_height
cu Pixel.
> good luck,
>
> Patrick
>
> xie Yisong wrote:
>
> > Now I have a strange error when I compiled a Xwin Sample.
> > XRootSample.c:24: parse error before '16'
> > What does this mean?
> > In Line 24, I wrote:
> > unsigned int icon_width, icon_height;
> >
> > Michael