blob: d43bfdfc1400498d2072120fa221ffbe48f04aee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Common/ListFileUtils.h
#ifndef __COMMON_LIST_FILE_UTILS_H
#define __COMMON_LIST_FILE_UTILS_H
#include "MyString.h"
#include "Types.h"
bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
#endif
|