misc/libphysfs/lzma/CPP/7zip/UI/Common/PropIDUtils.h
changeset 13881 99b265e0d1d0
parent 13880 5f819b90d479
child 13882 b172a5d40eee
equal deleted inserted replaced
13880:5f819b90d479 13881:99b265e0d1d0
     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