On Tue, 21 Oct 2003, Marti Maria wrote:
> Hi,
>
> >I am working on an image library with GNUstep and it has to define BOOL which
> >lcms also defined it so I have to remove the BOOL from lcms.h to make it compiled.
> >Would anyone please suggest me a comfortable way around this?
>
> Ops, namespace
Hi,
>I am working on an image library with GNUstep and it has to define BOOL which
>lcms also defined it so I have to remove the BOOL from lcms.h to make it compiled.
>Would anyone please suggest me a comfortable way around this?
Ops, namespace clash ... nasty stuff. Since it is typedef'd, I can
Dear Sirs,
I am working on an image library with GNUstep and it has to define BOOL
which
lcms also defined it so I have to remove the BOOL from lcms.h to make it
compiled.
Would anyone please suggest me a comfortable way around this?
Best regards
---