Files
easy7zip/CPP/7zip/UI/FileManager/PropertyName.h
Tino Reichardt c3967fe27a Initialer Commit
2016-06-25 21:15:50 +02:00

11 lines
192 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