aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/ListFileUtils.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CPP/Common/ListFileUtils.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/CPP/Common/ListFileUtils.h b/CPP/Common/ListFileUtils.h
new file mode 100644
index 0000000..a91e4b1
--- /dev/null
+++ b/CPP/Common/ListFileUtils.h
@@ -0,0 +1,18 @@
1// Common/ListFileUtils.h
2
3#ifndef __COMMON_LIST_FILE_UTILS_H
4#define __COMMON_LIST_FILE_UTILS_H
5
6#include "MyString.h"
7#include "MyTypes.h"
8
9#define MY__CP_UTF16 1200
10#define MY__CP_UTF16BE 1201
11
12// bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
13
14 // = CP_OEMCP
15bool ReadNamesFromListFile2(CFSTR fileName, UStringVector &strings, UINT codePage,
16 DWORD &lastError);
17
18#endif