misc/libphysfs/lzma/CPP/7zip/UI/Common/SetProperties.h
author Wuzzy <Wuzzy2@mail.ru>
Mon, 05 Mar 2018 16:16:32 +0100
changeset 13078 dd904dd9c587
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Fix frontend error dialog always displaying "failed" as last engine message after engine crash

// SetProperties.h

#ifndef __SETPROPERTIES_H
#define __SETPROPERTIES_H

#include "Property.h"

HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);

#endif