1// BenchCon.h 2 3#ifndef ZIP7_INC_BENCH_CON_H 4#define ZIP7_INC_BENCH_CON_H 5 6#include <stdio.h> 7 8#include "../../Common/CreateCoder.h" 9#include "../../UI/Common/Property.h" 10 11HRESULT BenchCon(DECL_EXTERNAL_CODECS_LOC_VARS 12 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f); 13 14#endif 15