lzip-bug
[Top][All Lists]
Advanced

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

Re: [Lzip-bug] Re: Version 1.11-rc2 of lzip released


From: Antonio Diaz Diaz
Subject: Re: [Lzip-bug] Re: Version 1.11-rc2 of lzip released
Date: Tue, 03 Aug 2010 16:02:34 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905

JonY wrote:
as noted above __CYGWIN__ is no longer needed. Use __MSVCRT__ instead for Windows.

Nice to know that OS/2 also passes the tests with the same trick.

Excellent! I'll add then the following to rc4:

#if defined(__MSVCRT__) || defined(__OS2__)
setmode( STDIN_FILENO, O_BINARY );
setmode( STDOUT_FILENO, O_BINARY );
#endif


Thank you both.
Antonio.




reply via email to

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