blob: 95e9dc9b3ca02c2871bd23640d5c8cbdca8396e6 [file] [log] [blame]
// PropertyName.h
#ifndef __PROPERTYNAME_H
#define __PROPERTYNAME_H
#include "Common/MyString.h"
UString GetNameOfProperty(PROPID propID, const wchar_t *name);
#endif