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: 4f0d6dc11d9e1c1a33b8bde54ae57f81bd1ee636 (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