misc/libphysfs/lzma/CPP/Common/ListFileUtils.h
author sheepluva
Sat, 30 Sep 2017 19:51:22 +0200
changeset 12623 2d68c113fc8d
parent 12218 bb5522e88ab2
permissions -rw-r--r--
fix copypasta fail that caused segfaults (esp. in pas2c)

// 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