Use GetShortPathName and GetLongPathName to correct the case of the new path in SetRo...
authorBrandon Turner <turnerb7@msu.edu>
Thu, 25 Aug 2005 17:38:15 +0000 (17:38 +0000)
committerBrandon Turner <turnerb7@msu.edu>
Thu, 25 Aug 2005 17:38:15 +0000 (17:38 +0000)
commit06c225119d49cea74175424e10adeddf1f57d601
tree6fd1535c64f5bf96cd5e6fd4193843990c45d067
parent90108002213e1aa5fcdb66356e45ca8bf2a7e847
Use GetShortPathName and GetLongPathName to correct the case of the new path in SetRootPath.  GetFullPathName by itself would not work when there was a space in the name.

svn path=/trunk/; revision=17541
reactos/subsys/system/cmd/internal.c