summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/UI/FileManager/PropertyName.h
blob: 95e9dc9b3ca02c2871bd23640d5c8cbdca8396e6 (plain)
1
2
3
4
5
6
7
8
9
10
// PropertyName.h

#ifndef __PROPERTYNAME_H
#define __PROPERTYNAME_H

#include "Common/MyString.h"

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

#endif