mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 20:07:05 -06:00
3.13
This commit is contained in:
14
Common/ListFileUtils.h
Executable file
14
Common/ListFileUtils.h
Executable file
@@ -0,0 +1,14 @@
|
||||
// Common/ListFileUtils.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __COMMON_LISTFILEUTILS_H
|
||||
#define __COMMON_LISTFILEUTILS_H
|
||||
|
||||
#include "Common/String.h"
|
||||
#include "Common/Types.h"
|
||||
|
||||
bool ReadNamesFromListFile(LPCTSTR fileName, UStringVector &strings,
|
||||
UINT codePage = CP_OEMCP);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user