physfs/lzma/CPP/7zip/UI/Common/PropIDUtils.h

11 lines
203 B
C
Raw Normal View History

2008-01-23 04:52:35 +01:00
// PropIDUtils.h
#ifndef __PROPIDUTILS_H
#define __PROPIDUTILS_H
#include "Common/MyString.h"
UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
#endif