On Wed, 26 Oct 2005 [EMAIL PROTECTED] wrote:

In 1.15 you also could use use -D LCMS_WIN_TYPES_ALREADY_DEFINED.
Cygwin and gcc works fine to me, but I have to take a look on MinGW. This would
probably be addressed in 1.16, as 1.15 is actualy frozen.

MinGW is very similar to Visual C++ except that it additionally supports some Unixish conventions like 'long long' and promotes Windows underscore APIs (e.g. _write()) to their POSIX names. The preprocessor define __MINGW32__ is defined when compiling under MinGW so as a first step a check for this define can be added alongside any similar check for Windows/MSVC.

Bob
======================================
Bob Friesenhahn
[EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to