misc/libphysfs/lzma/CPP/7zip/UI/Common/PropIDUtils.h
changeset 12213 bb5522e88ab2
equal deleted inserted replaced
12212:ea891871f481 12213:bb5522e88ab2
       
     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