From ff871511af79fd8fb7a09d3ed42220830e6ddcd6 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 21 Jul 2017 15:21:13 +0200 Subject: Windows: reduce size of MBR bootloader by removing unused functions in each build type. --- src/Common/Endian.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Common/Endian.h') diff --git a/src/Common/Endian.h b/src/Common/Endian.h index ef242baa..000395f4 100644 --- a/src/Common/Endian.h +++ b/src/Common/Endian.h @@ -139,8 +139,7 @@ unsigned __int16 MirrorBytes16 (unsigned __int16 x); unsigned __int32 MirrorBytes32 (unsigned __int32 x); #ifndef TC_NO_COMPILER_INT64 uint64 MirrorBytes64 (uint64 x); -#endif -void LongReverse ( unsigned __int32 *buffer , unsigned byteCount ); +#endif #if defined(__cplusplus) } -- cgit v1.2.3