misc/libphysfs/lzma/CPP/Common/ListFileUtils.h
author unc0rr
Fri, 05 Oct 2018 21:41:56 +0200
changeset 13862 0ecf77e203c0
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Fix pas2c build a bit more

// Common/ListFileUtils.h

#ifndef __COMMON_LISTFILEUTILS_H
#define __COMMON_LISTFILEUTILS_H

#include "MyString.h"
#include "Types.h"

bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);

#endif