aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/UI/FileManager/PropertyName.h
blob: a1061b74f560b8537a637adce112d1bdc4fbb616 (plain)
1
2
3
4
5
6
7
8
9
10
// PropertyName.h

#ifndef __PROPERTY_NAME_H
#define __PROPERTY_NAME_H

#include "../../../Common/MyString.h"

UString GetNameOfProperty(PROPID propID, const wchar_t *name);

#endif