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

PropertyName.h « FileManager « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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