[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lzip-bug] Version 1.3-rc1 of lzlib released
From: |
Antonio Diaz Diaz |
Subject: |
Re: [Lzip-bug] Version 1.3-rc1 of lzlib released |
Date: |
Tue, 24 Jan 2012 17:10:46 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905 |
Hello Elbert,
Elbert & Nicole Pol wrote:
No problems with it :P
Compiled fine under OS/2.
Thank you very much for the fast and extensive feedback. :-)
The file "main.c" from lzlib uses "_fsetmode" and does not "#include
<io.h>". Does this mean that I can remove "io.h" from all the projects
and leave only the following?
#if defined(__OS2__)
_fsetmode( stdin, "b" );
_fsetmode( stdout, "b" );
#endif
Thanks and regards,
Antonio.