Index: third_party/lzma_sdk/Bra.h |
diff --git a/third_party/lzma_sdk/Bra.h b/third_party/lzma_sdk/Bra.h |
index 5748c1c051d4e8f9c61938a0f37c8e5994e8d4ed..855e37a6b5018e07b5e049b014401069d2158747 100644 |
--- a/third_party/lzma_sdk/Bra.h |
+++ b/third_party/lzma_sdk/Bra.h |
@@ -1,14 +1,12 @@ |
/* Bra.h -- Branch converters for executables |
-2009-02-07 : Igor Pavlov : Public domain */ |
+2013-01-18 : Igor Pavlov : Public domain */ |
#ifndef __BRA_H |
#define __BRA_H |
-#include "Types.h" |
+#include "7zTypes.h" |
-#ifdef __cplusplus |
-extern "C" { |
-#endif |
+EXTERN_C_BEGIN |
/* |
These functions convert relative addresses to absolute addresses |
@@ -61,8 +59,6 @@ SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding); |
SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding); |
SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding); |
-#ifdef __cplusplus |
-} |
-#endif |
+EXTERN_C_END |
#endif |