misc/libphysfs/lzma/CPP/7zip/UI/Common/PropIDUtils.h
author unc0rr
Sun, 15 Apr 2018 18:20:34 +0200
changeset 13331 a4e7e62f2c0d
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Install platforms dir too

// PropIDUtils.h

#ifndef __PROPIDUTILS_H
#define __PROPIDUTILS_H

#include "Common/MyString.h"

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

#endif