Message-ID: <915C65C50371D11187AD0000F881B9A44B4778@bcarua62.ca.nortel.com> From: "Ian Chapman" To: "'Eli Zaretskii'" Cc: djgpp AT delorie DOT com Subject: RE: #define dj vs others Date: Tue, 24 Mar 1998 10:15:45 -0500 MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk Hi Eli, Your right as always. Even if I get it to compile and overcome the linker situation I'm not able to find a function definition for MoveToEX(....) and I suppose a few other functions. I might try using headers from RSXNTDJ in place of cygwin32 but this time I'll check for function definitions rather than dealing with the next immediate glitch. I'm a bit disappointed as I thought that cygwin32 was part of gnu and all sources would be in their 10M zip file. Thanks Ian. > ---------- > From: Eli Zaretskii[SMTP:eliz AT is DOT elta DOT co DOT il] > Sent: Tuesday, March 24, 1998 9:25 AM > To: Chapman, Ian [CAR:TM14:EXCH] > Cc: djgpp AT delorie DOT com > Subject: Re: #define dj vs others > > > On Tue, 24 Mar 1998, Ian Chapman wrote: > > > The fix is to put #define _WIN32 in front of #if > > In general, I'd say this is not a good idea. _WIN32 is a symbold defined > by MSVC, Cygwin32 and other compilers which are compatible to them. It > could bite you if some other header or source file used that symbol to > call functions which aren't supported by DJGPP. >