From Corey Stup: when we're declaring stuff for WSAAddressToStringA, we should
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Fri, 21 Aug 2009 22:29:58 +0000 (22:29 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Fri, 21 Aug 2009 22:29:58 +0000 (22:29 +0000)
commit6acea9a62669bfaa56dbea9a0b15c921eaff4d01
tree238c94c5db7d04ac2ff2be948793aa52e2be01c6
parent53e66fad5465e72c7231ff4af272ab584dd33f1a
From Corey Stup: when we're declaring stuff for WSAAddressToStringA, we should
use the explicitly-narrow type LPSTR, not the switchable type LPTSTR. (Since
we currently build without UNICODE this makes no practical difference to us
now.)

git-svn-id: svn://svn.tartarus.org/sgt/putty@8627 cda61777-01e9-0310-a592-d414129be87e
windows/winnet.c