summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Encoding.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-10-30 13:17:30 (GMT)
committerBrad King <brad.king@kitware.com>2019-10-30 13:17:30 (GMT)
commit5ddcaae77c531fc2e696204799505fbccb18b10d (patch)
tree4b275f81bb2e619d309390d0e535abd540f4ffb9 /Source/kwsys/Encoding.hxx.in
parent5b64788c51f7676276c0d8685003fd002b27388b (diff)
parentfe6725a1f7c055b920508e7179fbc21a38cd37d3 (diff)
downloadCMake-5ddcaae77c531fc2e696204799505fbccb18b10d.zip
CMake-5ddcaae77c531fc2e696204799505fbccb18b10d.tar.gz
CMake-5ddcaae77c531fc2e696204799505fbccb18b10d.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
# By KWSys Upstream * upstream-KWSys: KWSys 2019-10-30 (43131a7c)
Diffstat (limited to 'Source/kwsys/Encoding.hxx.in')
-rw-r--r--Source/kwsys/Encoding.hxx.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/kwsys/Encoding.hxx.in b/Source/kwsys/Encoding.hxx.in
index b067521..75a2d4d 100644
--- a/Source/kwsys/Encoding.hxx.in
+++ b/Source/kwsys/Encoding.hxx.in
@@ -68,6 +68,8 @@ public:
* absolute paths with Windows-style backslashes.
**/
static std::wstring ToWindowsExtendedPath(std::string const&);
+ static std::wstring ToWindowsExtendedPath(const char* source);
+ static std::wstring ToWindowsExtendedPath(std::wstring const& wsource);
# endif
#endif // @KWSYS_NAMESPACE@_STL_HAS_WSTRING