blob: fa6e5c54050feb45d2f5f642ddd71ee8136182db [file] [log] [blame]
// 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