libtool-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] libtool on cygwin [1/4]: cygwin doesn't use LoadLibrary


From: Gary V. Vaughan
Subject: Re: [PATCH] libtool on cygwin [1/4]: cygwin doesn't use LoadLibrary
Date: Wed, 05 Nov 2003 15:12:29 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925 Thunderbird/0.3

Charles Wilson wrote:
-#ifdef __WINDOWS__
+#if defined(__WINDOWS__) || defined(__CYGWIN__)

-#  ifdef __WINDOWS__
+#  if defined(__WINDOWS__) && !defined(__CYGWIN__)

Huh? Is __WINDOWS__ (or WIN32 or _WIN32) defined on cygwin, or not? If it is, the first change is unneccessary, otherwise the second change is bogus.

Cheers,
        Gary.
--
  ())_.  Gary V. Vaughan    gary@(lilith.warpmail.net|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/





reply via email to

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