Re: Woe32 conditionals (was: getpass: use of termios.h problematic)

2005-08-26 Thread Bruno Haible
Simon Josefsson wrote: > +#if !defined WIN32 This conditionalization treats Woe32 with the mingw compiler differently that Woe32 with the MSVC compiler (although both have mostly the same APIs). This is most likely wrong. Here's the matrix of the predefined macros on Woe32:

Re: Woe32 conditionals

2005-08-26 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Conclusion: > - To test for a Woe32 platform without Unix API, you need > #ifdef _WIN32 I fixed getpass.c, thanks! ___ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org/mailman/listinfo/bug