Fixing a FIXME related to Unicode support on Windows. Converted the Win32 APIs to explicitly use the W version when it involves strings that can hold non-ASCII characters (like file paths). Now explicitly using the A version for strings that will always be ASCII (like registry key paths).
No extra tests required as this is currently covered by existing testing, and this is basically impossible to write Unicode-specific tests for.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273563
91177308-0d34-0410-b5e6-
96231b3b80d8