4.48 beta

This commit is contained in:
Igor Pavlov
2007-06-26 00:00:00 +00:00
committed by Kornel Lesiński
parent 0b33f700a6
commit fd8b1d78b4
249 changed files with 3224 additions and 2157 deletions

View File

@@ -3,10 +3,9 @@
#ifndef __COMMON_LISTFILEUTILS_H
#define __COMMON_LISTFILEUTILS_H
#include "Common/String.h"
#include "Common/Types.h"
#include "MyString.h"
#include "Types.h"
bool ReadNamesFromListFile(LPCTSTR fileName, UStringVector &strings,
UINT codePage = CP_OEMCP);
bool ReadNamesFromListFile(LPCTSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
#endif