android_mt6572_jiabo/external/p7zip/CPP/7zip/UI/FileManager/PropertyName.h
2025-09-05 16:56:03 +08:00

10 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