Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Wed, 3 Jan 2001 09:49:44 -0500 From: Christopher Faylor To: Cygwin-Developers Subject: Re: CYGWIN_VERSION_DLL_COMBINED Patch Message-ID: <20010103094944.B32356@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: Cygwin-Developers References: <20010103092624 DOT I649 AT dothill DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <20010103092624.I649@dothill.com>; from Jason.Tishler@dothill.com on Wed, Jan 03, 2001 at 09:26:24AM -0500 Thanks for the patch (next time to cygwin-patches, please?). This is the first ChangeLog entry of 2001. Congratulations! cgf On Wed, Jan 03, 2001 at 09:26:24AM -0500, Jason Tishler wrote: >I guess that no one every tried to use CYGWIN_VERSION_DLL_COMBINED >before... > >Jason > >-- >Jason Tishler >Director, Software Engineering Phone: +1 (732) 264-8770 x235 >Dot Hill Systems Corp. Fax: +1 (732) 264-8798 >82 Bethany Road, Suite 7 Email: Jason DOT Tishler AT dothill DOT com >Hazlet, NJ 07730 USA WWW: http://www.dothill.com > >--- Cut Here --- >Wed Jan 3 09:20:20 2001 Jason Tishler > > * include/cygwin/version.h: Fix typo in CYGWIN_VERSION_DLL_COMBINED > macro. > >Index: version.h >=================================================================== >RCS file: /cvs/src/src/winsup/cygwin/include/cygwin/version.h,v >retrieving revision 1.26 >diff -u -r1.26 version.h >--- version.h 2000/12/27 00:13:57 1.26 >+++ version.h 2001/01/03 14:13:33 >@@ -58,7 +58,7 @@ > > #define CYGWIN_VERSION_DLL_MAKE_COMBINED(maj, min) (((maj) * 1000) + min) > #define CYGWIN_VERSION_DLL_COMBINED \ >- CYGWIN_VERSION_DLL_MAKE_COMBINED (CYGWIN_DLL_VERSION_MAJOR, CYGWIN_DLL_VERSION_MINOR) >+ CYGWIN_VERSION_DLL_MAKE_COMBINED (CYGWIN_VERSION_DLL_MAJOR, CYGWIN_VERSION_DLL_MINOR) > > /* Every version of cygwin <= this uses an old, incorrect method > to determine signal masks. */