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:
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