Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/LZ/HashChain/HC4.h')
-rwxr-xr-x7zip/Compress/LZ/HashChain/HC4.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/7zip/Compress/LZ/HashChain/HC4.h b/7zip/Compress/LZ/HashChain/HC4.h
index a88828d5..1fda4ac6 100755
--- a/7zip/Compress/LZ/HashChain/HC4.h
+++ b/7zip/Compress/LZ/HashChain/HC4.h
@@ -3,17 +3,17 @@
#ifndef __HC4_H
#define __HC4_H
-#undef HC_NAMESPACE
-#define HC_NAMESPACE NHC4
+#define BT_NAMESPACE NHC4
#define HASH_ARRAY_2
#define HASH_ARRAY_3
-#include "HC.h"
#include "HCMain.h"
#undef HASH_ARRAY_2
#undef HASH_ARRAY_3
+#undef BT_NAMESPACE
+
#endif