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.


_______________________________________________
Lzip-bug mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lzip-bug

Reply via email to