mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 11:14:58 -06:00
11 lines
171 B
C
Executable File
11 lines
171 B
C
Executable File
// PropertyName.h
|
|
|
|
#ifndef __PROPERTYNAME_H
|
|
#define __PROPERTYNAME_H
|
|
|
|
#include "Common/MyString.h"
|
|
|
|
UString GetNameOfProperty(PROPID propID, const wchar_t *name);
|
|
|
|
#endif
|