Re: [Lcms-user] would be nice ...

2006-09-21 Thread Louis Solomon [SteelBytes]
another thing on same topic ... for #define NON_WINDOWS, check for _WIN32 (which interestingly is also defined during win64 compilation) Louis Solomon www.SteelBytes.com - Original Message - From: "Louis Solomon [SteelBytes]" <[EMAIL PROTECTED]> To: "lcms-user" Sent: Wednesday, Septem

Re: [Lcms-user] would be nice ...

2006-09-19 Thread Mike Russell
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