mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 12:07:07 -06:00
27 lines
361 B
C
Executable File
27 lines
361 B
C
Executable File
// BinTree4b.h
|
|
|
|
// #pragma once
|
|
|
|
#ifndef __BINTREE4B__H
|
|
#define __BINTREE4B__H
|
|
|
|
#undef BT_CLSID
|
|
#define BT_CLSID CLSID_CMatchFinderBT4b
|
|
|
|
#undef BT_NAMESPACE
|
|
#define BT_NAMESPACE NBT4B
|
|
|
|
#define HASH_ARRAY_2
|
|
#define HASH_ARRAY_3
|
|
#define HASH_BIG
|
|
|
|
#include "BinTreeMF.h"
|
|
#include "BinTreeMFMain.h"
|
|
|
|
#undef HASH_ARRAY_2
|
|
#undef HASH_ARRAY_3
|
|
#undef HASH_BIG
|
|
|
|
#endif
|
|
|