Re: Changes to the W32 part of the getpass module

2006-05-26 Thread Simon Josefsson
Jim Meyering <[EMAIL PROTECTED]> writes: > Simon Josefsson <[EMAIL PROTECTED]> wrote: >> Martin Lambers <[EMAIL PROTECTED]> writes: >> >>> Hi! >>> >>> I'd like to propose the following changes to the getpass module. They >>> only affect the W32 part of that module. >>> The first change updates the

Re: Changes to the W32 part of the getpass module

2006-05-26 Thread Jim Meyering
Simon Josefsson <[EMAIL PROTECTED]> wrote: > Martin Lambers <[EMAIL PROTECTED]> writes: > >> Hi! >> >> I'd like to propose the following changes to the getpass module. They >> only affect the W32 part of that module. >> The first change updates the test for the native W32 API. >> The second change

Re: Changes to the W32 part of the getpass module

2006-05-26 Thread Simon Josefsson
Martin Lambers <[EMAIL PROTECTED]> writes: > Hi! > > I'd like to propose the following changes to the getpass module. They > only affect the W32 part of that module. > The first change updates the test for the native W32 API. > The second change adds missing includes, thus fixing compilation > wa

Changes to the W32 part of the getpass module

2006-05-24 Thread Martin Lambers
Hi! I'd like to propose the following changes to the getpass module. They only affect the W32 part of that module. The first change updates the test for the native W32 API. The second change adds missing includes, thus fixing compilation warnings. Martin Index: lib/getpass.c ==