Upload 2.0.2
[physicsfs] / lzma / CPP / 7zip / UI / Common / PropIDUtils.h
1 // PropIDUtils.h
2
3 #ifndef __PROPIDUTILS_H
4 #define __PROPIDUTILS_H
5
6 #include "Common/MyString.h"
7
8 UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
9
10 #endif