mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 06:11:36 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
5
CPP/Common/ListFileUtils.h
Executable file → Normal file
5
CPP/Common/ListFileUtils.h
Executable file → Normal file
@@ -4,7 +4,10 @@
|
||||
#define __COMMON_LIST_FILE_UTILS_H
|
||||
|
||||
#include "MyString.h"
|
||||
#include "Types.h"
|
||||
#include "MyTypes.h"
|
||||
|
||||
#define MY__CP_UTF16 1200
|
||||
#define MY__CP_UTF16BE 1201
|
||||
|
||||
bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user