summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zTypes.h
diff options
context:
space:
mode:
authorLiu, WeiX C <weix.c.liu@intel.com>2021-01-05 14:14:03 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-01-08 10:03:53 +0000
commit7e6776deaf87e73fb283ab6ea6fb08ef3a097bcf (patch)
treed90e4dae036a4881de58e189e8d210fe3eb12f7e /MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zTypes.h
parent4e38bb607a75f9e7846a6cf8d04e451cf19c2d8b (diff)
downloadedk2-7e6776deaf87e73fb283ab6ea6fb08ef3a097bcf.tar.gz
edk2-7e6776deaf87e73fb283ab6ea6fb08ef3a097bcf.tar.bz2
edk2-7e6776deaf87e73fb283ab6ea6fb08ef3a097bcf.zip
MdeModulePkg Lzma: Update LZMA SDK version to 19.00
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3101 New formal release in https://www.7-zip.org/sdk.html is 19.00. Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Wei Liu <weix.c.liu@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zTypes.h')
-rw-r--r--MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zTypes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zTypes.h b/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zTypes.h
index c89b5c2433..42b7040dd7 100644
--- a/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zTypes.h
+++ b/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zTypes.h
@@ -1,5 +1,5 @@
/* 7zTypes.h -- Basic types
-2017-07-17 : Igor Pavlov : Public domain */
+2018-08-04 : Igor Pavlov : Public domain */
#ifndef __7Z_TYPES_H
#define __7Z_TYPES_H
@@ -107,7 +107,8 @@ typedef UInt32 SizeT;
typedef size_t SizeT;
#endif
-typedef int Bool;
+typedef int BoolInt;
+/* typedef BoolInt Bool; */
#define True 1
#define False 0