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 'CPP/Common/ListFileUtils.h')
-rwxr-xr-xCPP/Common/ListFileUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Common/ListFileUtils.h b/CPP/Common/ListFileUtils.h
index 182d32fa..c58a8bd4 100755
--- a/CPP/Common/ListFileUtils.h
+++ b/CPP/Common/ListFileUtils.h
@@ -6,6 +6,6 @@
#include "MyString.h"
#include "Types.h"
-bool ReadNamesFromListFile(LPCTSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
+bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
#endif