Files
libaaruformat/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PropertyName.h

11 lines
182 B
C
Raw Normal View History

2022-05-28 13:45:15 +01:00
// PropertyName.h
#ifndef __PROPERTY_NAME_H
#define __PROPERTY_NAME_H
#include "../../../Common/MyString.h"
UString GetNameOfProperty(PROPID propID, const wchar_t *name);
#endif