diff options
Diffstat (limited to '3rdparty/lzma/C/Bra.h')
-rw-r--r-- | 3rdparty/lzma/C/Bra.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/3rdparty/lzma/C/Bra.h b/3rdparty/lzma/C/Bra.h index 5748c1c051d..855e37a6b50 100644 --- a/3rdparty/lzma/C/Bra.h +++ b/3rdparty/lzma/C/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 |