Files
easy7zip/CPP/7zip/UI/FileManager/PropertyName.h
Igor Pavlov ec44a8a070 22.00
2022-06-23 11:43:16 +01:00

11 lines
182 B
C
Executable File

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