Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Windows/FileName.h')
-rwxr-xr-xWindows/FileName.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Windows/FileName.h b/Windows/FileName.h
index 255c06c0..f8567652 100755
--- a/Windows/FileName.h
+++ b/Windows/FileName.h
@@ -9,7 +9,7 @@ namespace NWindows {
namespace NFile {
namespace NName {
-const TCHAR kDirDelimiter = '\\';
+const TCHAR kDirDelimiter = CHAR_PATH_SEPARATOR;
const TCHAR kAnyStringWildcard = '*';
void NormalizeDirPathPrefix(CSysString &dirPath); // ensures that it ended with '\\'