misc/libphysfs/lzma/CPP/7zip/UI/Common/PropIDUtils.h
branchui-scaling
changeset 15283 c4fd2813b127
parent 13390 0135e64c6c66
parent 15279 7ab5cf405686
child 15663 d92eeb468dad
equal deleted inserted replaced
13390:0135e64c6c66 15283:c4fd2813b127
     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