Files
easy7zip/CPP/7zip/UI/FileManager/PropertyName.h
Igor Pavlov 173c07e166 4.59 beta
2016-05-28 00:15:56 +01:00

11 lines
171 B
C
Executable File

// PropertyName.h
#ifndef __PROPERTYNAME_H
#define __PROPERTYNAME_H
#include "Common/MyString.h"
UString GetNameOfProperty(PROPID propID, const wchar_t *name);
#endif