1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/other-licenses/7zstub/src/Windows/PropVariantConversions.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +// Windows/PropVariantConversions.h 1.5 + 1.6 +#ifndef __PROPVARIANTCONVERSIONS_H 1.7 +#define __PROPVARIANTCONVERSIONS_H 1.8 + 1.9 +#include "Common/Types.h" 1.10 +#include "Common/String.h" 1.11 + 1.12 +bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTime = true, bool includeSeconds = true); 1.13 +UString ConvertFileTimeToString(const FILETIME &ft, bool includeTime = true, bool includeSeconds = true); 1.14 +UString ConvertPropVariantToString(const PROPVARIANT &propVariant); 1.15 +UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &propVariant); 1.16 + 1.17 +#endif