Subject: RE: Win2k + djgpp From: Tim Van Holder To: djgpp-workers AT delorie DOT com Cc: perl5-porters AT perl DOT org, Michel de Ruiter In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.13.99+cvs.2001.09.07.02.46 (Preview Release) Date: 12 Sep 2001 12:08:24 +0200 Message-Id: <1000289306.3647.2.camel@bender.falconsoft.be> Mime-Version: 1.0 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 2001-09-12 at 10:34, Michel de Ruiter wrote: > > #if defined(MSDOS) || !defined(__DJGPP__) > > I did not follow the discussion, but don't you mean instead: > > #if defined(MSDOS) && !defined(__DJGPP__) Yep. My bad. > Groente, Michel. Fruit, Tim. :-)