Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PropertyName.h « FileManager « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c99fe933fb021134cce4095931d28dfbb6d66a4c (plain)
1
2
3
4
5
6
7
8
9
10
// PropertyName.h

#ifndef __PROPERTYNAME_H
#define __PROPERTYNAME_H

#include "Common/String.h"

UString GetNameOfProperty(PROPID propID);

#endif