blob: fa6e5c54050feb45d2f5f642ddd71ee8136182db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// 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
|