discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Failure building gui under Windows


From: Alex Perez
Subject: Re: Failure building gui under Windows
Date: Wed, 16 Feb 2005 12:51:30 -0800
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Adam Fedor wrote:

On Feb 16, 2005, at 5:37 AM, Jason Clouse wrote:

into this:

#if !defined(XMD_H) && !defined(_BASETSD_H_)
typedef long INT32;
#endif

There's a rather useless thread about the whole thing here: http://www.cygwin.com/ml/cygwin/2004-07/msg01008.html


It might be nice to put a hack into our sources so people wouldn't have to patch another library. Something like:

#ifdef __WIN32__
#define INT32 JPEGINT32
#endif
#include <jpeglib.h>
#ifdef __WIN32__
#undef INT32
#endif

great idea...where should this go? NSImage code or something?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]