mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 01:09:56 -06:00
9.06 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
829409452d
commit
c99f3ebdd6
@@ -1,14 +1,14 @@
|
||||
// Windows/PropVariantConversions.h
|
||||
|
||||
#ifndef __PROPVARIANTCONVERSIONS_H
|
||||
#define __PROPVARIANTCONVERSIONS_H
|
||||
#ifndef __PROP_VARIANT_CONVERSIONS_H
|
||||
#define __PROP_VARIANT_CONVERSIONS_H
|
||||
|
||||
#include "Common/Types.h"
|
||||
#include "Common/MyString.h"
|
||||
#include "Common/Types.h"
|
||||
|
||||
bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTime = true, bool includeSeconds = true);
|
||||
UString ConvertFileTimeToString(const FILETIME &ft, bool includeTime = true, bool includeSeconds = true);
|
||||
UString ConvertPropVariantToString(const PROPVARIANT &propVariant);
|
||||
UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &propVariant);
|
||||
UString ConvertPropVariantToString(const PROPVARIANT &prop);
|
||||
UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &prop);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user