Mail Archives: cygwin-developers/2001/01/03/09:49:54
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 <jt AT dothill DOT com>
>
> * 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. */
- Raw text -