Files
easy7zip/7zip/FileManager/PropertyName.h
Igor Pavlov 8c1b5c7b7e 3.13
2016-05-28 00:15:41 +01:00

12 lines
161 B
C
Executable File

// PropertyName.h
#pragma once
#ifndef __PROPERTYNAME_H
#define __PROPERTYNAME_H
#include "Common/String.h"
UString GetNameOfProperty(PROPID propID);
#endif