Files
easy7zip/CPP/7zip/UI/FileManager/PropertyName.h
Igor Pavlov f08f4dcc3c 9.34
2016-05-28 00:16:51 +01:00

11 lines
182 B
C

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