1370b324cSopenharmony_ci// Common/ListFileUtils.h 2370b324cSopenharmony_ci 3370b324cSopenharmony_ci#ifndef ZIP7_INC_COMMON_LIST_FILE_UTILS_H 4370b324cSopenharmony_ci#define ZIP7_INC_COMMON_LIST_FILE_UTILS_H 5370b324cSopenharmony_ci 6370b324cSopenharmony_ci#include "MyString.h" 7370b324cSopenharmony_ci#include "MyTypes.h" 8370b324cSopenharmony_ci 9370b324cSopenharmony_ci#define Z7_WIN_CP_UTF16 1200 10370b324cSopenharmony_ci#define Z7_WIN_CP_UTF16BE 1201 11370b324cSopenharmony_ci 12370b324cSopenharmony_ci// bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP); 13370b324cSopenharmony_ci 14370b324cSopenharmony_ci // = CP_OEMCP 15370b324cSopenharmony_cibool ReadNamesFromListFile2(CFSTR fileName, UStringVector &strings, UINT codePage, 16370b324cSopenharmony_ci DWORD &lastError); 17370b324cSopenharmony_ci 18370b324cSopenharmony_ci#endif 19