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:26:24 -0500 From: Jason Tishler To: Cygwin-Developers Subject: CYGWIN_VERSION_DLL_COMBINED Patch Message-ID: <20010103092624.I649@dothill.com> Mail-Followup-To: Cygwin-Developers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Dot Hill Systems Corp. 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. */