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/HC2.h')
-rwxr-xr-x7zip/Compress/LZ/HashChain/HC2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/7zip/Compress/LZ/HashChain/HC2.h b/7zip/Compress/LZ/HashChain/HC2.h
index e9f22e1f..d8e61a74 100755
--- a/7zip/Compress/LZ/HashChain/HC2.h
+++ b/7zip/Compress/LZ/HashChain/HC2.h
@@ -3,11 +3,11 @@
#ifndef __HC2_H
#define __HC2_H
-#undef HC_NAMESPACE
-#define HC_NAMESPACE NHC2
+#define BT_NAMESPACE NHC2
-#include "HCMF.h"
-#include "HCMFMain.h"
+#include "HCMain.h"
+
+#undef BT_NAMESPACE
#endif