misc/libphysfs/lzma/CPP/7zip/UI/Common/PropIDUtils.h
author Wuzzy <almikes@aol.com>
Tue, 10 Oct 2017 23:42:56 +0200
changeset 12686 d5e09024d722
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Change DLC icon (thanks, nemo!)

// PropIDUtils.h

#ifndef __PROPIDUTILS_H
#define __PROPIDUTILS_H

#include "Common/MyString.h"

UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);

#endif