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

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

#pragma once

#ifndef __PROPERTYNAME_H
#define __PROPERTYNAME_H

#include "Common/String.h"

UString GetNameOfProperty(PROPID propID);

#endif