VC didn't like PATH_MAX. Use MAX_PATH instead. (This macro is mentioned in
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 1 Mar 2005 12:19:58 +0000 (12:19 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 1 Mar 2005 12:19:58 +0000 (12:19 +0000)
commite295c4c17d1f6c6491ece0c2fad4299a56ac81d9
treedf099ffc1db05e8a50781719a570ad04e570f2ed
parent2833957974b5c33f4470ef8772efd6ba746d205b
VC didn't like PATH_MAX. Use MAX_PATH instead. (This macro is mentioned in
MSDN's SetCurrentDirectory() documentation, although I haven't found a
statement of where it's supposed to be defined.)

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