summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index c63da9b..75c53d3 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -73,6 +73,11 @@ public:
static void ExpandRegistryValues(std::string& source);
/**
+ * make sure on windows that paths with // are converted to \\
+ */
+ static std::string HandleNetworkPaths(const char*);
+
+ /**
* Return a string equivalent to the input string, but with all " " replaced
* with "\ " to escape the spaces.
*/