Files
easy7zip/CPP/7zip/UI/FileManager/PropertyName.h
Igor Pavlov a36c48cece 23.01
2023-12-22 17:17:05 +00:00

11 lines
196 B
C
Executable File

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