]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
VC didn't like PATH_MAX. Use MAX_PATH instead. (This macro is mentioned in
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 1 Mar 2005 12:19:58 +0000 (12:19 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 1 Mar 2005 12:19:58 +0000 (12:19 +0000)
commite3511e1387f7f53ba0924f85ec37f97d54f84a82
treedf099ffc1db05e8a50781719a570ad04e570f2ed
parenta2b583f13776aa7de04027df20336967c93530b0
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.)

[originally from svn r5420]
windows/winutils.c