mame/3rdparty/lzma/CPP/7zip/UI/Common/SetProperties.h
2023-12-06 07:58:49 +11:00

11 lines
204 B
C

// SetProperties.h
#ifndef ZIP7_INC_SETPROPERTIES_H
#define ZIP7_INC_SETPROPERTIES_H
#include "Property.h"
HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
#endif