]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
From Corey Stup: when we're declaring stuff for WSAAddressToStringA, we should
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 21 Aug 2009 22:29:58 +0000 (22:29 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 21 Aug 2009 22:29:58 +0000 (22:29 +0000)
commit477d12edc4185813e47968010e3dfb147bec2e4b
tree238c94c5db7d04ac2ff2be948793aa52e2be01c6
parent7b8c6957d563ee0fdb1b286e197656d5a6166cdf
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.)

[originally from svn r8627]
windows/winnet.c