diff options
Diffstat (limited to '3rdparty/lzma/CPP/Common/ListFileUtils.h')
-rw-r--r-- | 3rdparty/lzma/CPP/Common/ListFileUtils.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/3rdparty/lzma/CPP/Common/ListFileUtils.h b/3rdparty/lzma/CPP/Common/ListFileUtils.h index e8d833fdb8c..d43cc378fbd 100644 --- a/3rdparty/lzma/CPP/Common/ListFileUtils.h +++ b/3rdparty/lzma/CPP/Common/ListFileUtils.h @@ -1,14 +1,18 @@ // Common/ListFileUtils.h -#ifndef __COMMON_LIST_FILE_UTILS_H -#define __COMMON_LIST_FILE_UTILS_H +#ifndef ZIP7_INC_COMMON_LIST_FILE_UTILS_H +#define ZIP7_INC_COMMON_LIST_FILE_UTILS_H #include "MyString.h" #include "MyTypes.h" -#define MY__CP_UTF16 1200 -#define MY__CP_UTF16BE 1201 +#define Z7_WIN_CP_UTF16 1200 +#define Z7_WIN_CP_UTF16BE 1201 -bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP); +// bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP); + + // = CP_OEMCP +bool ReadNamesFromListFile2(CFSTR fileName, UStringVector &strings, UINT codePage, + DWORD &lastError); #endif |