| commit | 7187e4bba90943c86e3569519b997c1d6f40c72f | [log] [tgz] |
|---|---|---|
| author | Pawel Bylica <chfast@gmail.com> | Fri Oct 16 09:08:59 2015 +0000 |
| committer | Pawel Bylica <chfast@gmail.com> | Fri Oct 16 09:08:59 2015 +0000 |
| tree | 75158fd7e584674ab7b7c0055eff2f6b4b5725a9 | |
| parent | 3f072ef82c705a67dd5c91051acf08e698767e95 [diff] |
Use Windows Vista API to get the user's home directory Summary: This patch replaces usage of deprecated SHGetFolderPathW with SHGetKnownFolderPath. The usage of SHGetKnownFolderPath is wrapped to allow queries for other "known" folders in the near future. Reviewers: aaron.ballman, gbedwell Subscribers: chapuni, llvm-commits Differential Revision: http://reviews.llvm.org/D13753 llvm-svn: 250501