diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/Common/ListFileUtils.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CPP/Common/ListFileUtils.h b/CPP/Common/ListFileUtils.h index a91e4b1..d43cc37 100644 --- a/CPP/Common/ListFileUtils.h +++ b/CPP/Common/ListFileUtils.h | |||
@@ -1,13 +1,13 @@ | |||
1 | // Common/ListFileUtils.h | 1 | // Common/ListFileUtils.h |
2 | 2 | ||
3 | #ifndef __COMMON_LIST_FILE_UTILS_H | 3 | #ifndef ZIP7_INC_COMMON_LIST_FILE_UTILS_H |
4 | #define __COMMON_LIST_FILE_UTILS_H | 4 | #define ZIP7_INC_COMMON_LIST_FILE_UTILS_H |
5 | 5 | ||
6 | #include "MyString.h" | 6 | #include "MyString.h" |
7 | #include "MyTypes.h" | 7 | #include "MyTypes.h" |
8 | 8 | ||
9 | #define MY__CP_UTF16 1200 | 9 | #define Z7_WIN_CP_UTF16 1200 |
10 | #define MY__CP_UTF16BE 1201 | 10 | #define Z7_WIN_CP_UTF16BE 1201 |
11 | 11 | ||
12 | // bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP); | 12 | // bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP); |
13 | 13 | ||