Replace windows_error calls with mapWindowsError.
authorYaron Keren <yaron.keren@gmail.com>
Mon, 4 May 2015 04:48:10 +0000 (04:48 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Mon, 4 May 2015 04:48:10 +0000 (04:48 +0000)
commitbf2b36bae136ffb1f97a634cb7320e8ee055fca7
treebe920ec8aba10de2bf99e1164d8327ab386e8514
parent0e93e26d3742e0660cf0e486b0961160da0f0e3a
Replace windows_error calls with mapWindowsError.

After r210687, windows_error does nothing but call mapWindowsError.
Other Windows/*.inc files directly call mapWindowsError. This patch
updates Path.inc and Process.inc to do the same.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236409 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Windows/Path.inc
lib/Support/Windows/Process.inc