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.

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

Reply via email to