OSDN Git Service

add japanese site html
[sevenzip/7-Zip.git] / 7z457 / CPP / 7zip / UI / FileManager / PropertyName.h
1 // PropertyName.h
2
3 #ifndef __PROPERTYNAME_H
4 #define __PROPERTYNAME_H
5
6 #include "Common/MyString.h"
7
8 UString GetNameOfProperty(PROPID propID);
9
10 #endif