mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 04:07:08 -06:00
12 lines
161 B
C
Executable File
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 |