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/Branch/BranchX86.h')
-rwxr-xr-x7zip/Compress/Branch/BranchX86.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/7zip/Compress/Branch/BranchX86.h b/7zip/Compress/Branch/BranchX86.h
index b7217ed8..25c1ae51 100755
--- a/7zip/Compress/Branch/BranchX86.h
+++ b/7zip/Compress/Branch/BranchX86.h
@@ -3,13 +3,7 @@
#ifndef __BRANCHX86_H
#define __BRANCHX86_H
-#ifndef UInt32
-#define UInt32 unsigned int
-#endif
-
-#ifndef Byte
-#define Byte unsigned char
-#endif
+#include "BranchTypes.h"
#define x86_Convert_Init(prevMask, prevPos) { prevMask = 0; prevPos = (UInt32)(-5); }