summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-19 12:02:06 (GMT)
committerBrad King <brad.king@kitware.com>2017-04-19 12:02:06 (GMT)
commit697a5d64d86d73b1353a90a5bfc9f444b97fedd7 (patch)
tree9780e3e1266b0d5231d1904f45808214ae9be5ba /Source/kwsys/SystemTools.hxx.in
parent3d3144bb023a98392594038973576cfbf046c039 (diff)
parent5785482ce0be9187ff94c1042f8978d2f11285e8 (diff)
downloadCMake-697a5d64d86d73b1353a90a5bfc9f444b97fedd7.zip
CMake-697a5d64d86d73b1353a90a5bfc9f444b97fedd7.tar.gz
CMake-697a5d64d86d73b1353a90a5bfc9f444b97fedd7.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2017-04-19 (9f6ffaff)
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r--Source/kwsys/SystemTools.hxx.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in
index 53abce7..0849e1d 100644
--- a/Source/kwsys/SystemTools.hxx.in
+++ b/Source/kwsys/SystemTools.hxx.in
@@ -265,13 +265,7 @@ public:
static void ConvertToUnixSlashes(std::string& path);
#ifdef _WIN32
- /**
- * Convert the path to an extended length path to avoid MAX_PATH length
- * limitations on Windows. If the input is a local path the result will be
- * prefixed with \\?\; if the input is instead a network path, the result
- * will be prefixed with \\?\UNC\. All output will also be converted to
- * absolute paths with Windows-style backslashes.
- **/
+ /** Calls Encoding::ToWindowsExtendedPath. */
static std::wstring ConvertToWindowsExtendedPath(const std::string&);
#endif