| commit | 2cd2a18a9f14fbcb7364786d058caafdb359f523 | [log] [tgz] |
|---|---|---|
| author | Aaron Ballman <aaron@aaronballman.com> | Thu Jun 23 19:02:09 2016 +0000 |
| committer | Aaron Ballman <aaron@aaronballman.com> | Thu Jun 23 19:02:09 2016 +0000 |
| tree | a630bc3edf812b2c0c489958ed41f26475fa02a7 | |
| parent | 8a12bd90353fb30068a7afbbef14d4ddd51ded28 [diff] |
Default to using the Unicode version of Win32 APIs instead of the ANSI version. This helps to catch instances where a developer accidentally forgets to explicitly specify which version of the API to use and accidentally winds up failing to support non-ASCII characters properly. llvm-svn: 273599