9.09 beta

This commit is contained in:
Igor Pavlov
2009-12-14 00:00:00 +00:00
committed by Kornel Lesiński
parent 2fed872194
commit 1fbaf0aac5
179 changed files with 3365 additions and 2136 deletions

View File

@@ -3,13 +3,10 @@
#ifndef __BENCHMARK_DIALOG_H
#define __BENCHMARK_DIALOG_H
#include "Windows/Control/ComboBox.h"
#include "Windows/Synchronization.h"
#include "../../Compress/LZMA_Alone/LzmaBench.h"
#include "Windows/Control/ComboBox.h"
#ifdef EXTERNAL_LZMA
#include "../Common/LoadCodecs.h"
#endif
#include "../Common/Bench.h"
#include "../FileManager/DialogSize.h"
@@ -132,9 +129,7 @@ public:
};
HRESULT Benchmark(
#ifdef EXTERNAL_LZMA
CCodecs *codecs,
#endif
UInt32 dictionarySize, UInt32 numThreads, HWND hwndParent = NULL);
DECL_EXTERNAL_CODECS_LOC_VARS
UInt32 numThreads, UInt32 dictionarySize, HWND hwndParent = NULL);
#endif