ser"
Sent: Wednesday, September 20, 2006 4:09 PM
Subject: [Lcms-user] would be nice ...
> ... if all the lcms .c files defined something such as LCMS_INTERNAL
> before
> including lcms.h. (like zlib does)
>
> why? so in lcms.h I could add
>
> #if defined(LCMS_INTERNAL) &&a
From: "Louis Solomon [SteelBytes]" <[EMAIL PROTECTED]>
> ... if all the lcms .c files defined something such as LCMS_INTERNAL
> before
> including lcms.h. (like zlib does)
>
> why? so in lcms.h I could add
>
> #if defined(LCMS_INTERNAL) && defined(_DEBUG)
> // enable some optimisation using pragma
... if all the lcms .c files defined something such as LCMS_INTERNAL before
including lcms.h. (like zlib does)
why? so in lcms.h I could add
#if defined(LCMS_INTERNAL) && defined(_DEBUG)
// enable some optimisation using pragmas even in debug build, as I don't
need/wish to debug lcms
#endif
L