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: 413d2343b515a0301b0f8ba55807a8b51ecaad19 (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);

#endif