Rlyeh Mario wrote:
Aha, that was it : ) fixed
Im on windows 7 with visual studio 2013.

Then I guess the macro "__MSVCRT__" is not defined in your system.

Could you try "_MSC_VER" as in

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


Or do you know of any reliable macro for windows?


Best regards,
Antonio.

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

Reply via email to