This should probably be moved to \base\applications\cmdutils
-----Original Message-----
From: Ros-diffs [mailto:ros-diffs-bounces@reactos.org] On Behalf Of
hbelusca(a)svn.reactos.org
Sent: 29 June 2016 01:39
To: ros-diffs(a)reactos.org
Subject: [ros-diffs] [hbelusca] 71695: [SUBST] - Update the resource program description.
- Convert to full UNICODE. - Use Win32 functions where possible. - Factor-out the usage of
QueryDosDevice into a QuerySubstedDri...
Author: hbelusca
Date: Wed Jun 29 00:38:51 2016
New Revision: 71695
URL:
http://svn.reactos.org/svn/reactos?rev=71695&view=rev
Log:
[SUBST]
- Update the resource program description.
- Convert to full UNICODE.
- Use Win32 functions where possible.
- Factor-out the usage of QueryDosDevice into a QuerySubstedDrive function, that returns
error codes according to whether the specified drive is a mapped (substed) drive, or is
just an existing drive that is not a mapping, or if the drive does not exist. This allows
us to detect attempts to use a drive letter that is not a mapped drive, to define a new
mapping, and if so we reject such attempt.
This fixes CORE-10681 #resolve #comment Fixed with another patch according to my last
remark.