diff --git a/rtl/inc/systemh.inc b/rtl/inc/systemh.inc index 10a9c67fe9..cc507f2187 100644 --- a/rtl/inc/systemh.inc +++ b/rtl/inc/systemh.inc @@ -590,8 +590,8 @@ Function odd(l:Longword):Boolean;[internconst:fpc_in_const_odd];{$ifdef SYSTEMIN Function odd(l:Int64):Boolean;[internconst:fpc_in_const_odd];{$ifdef SYSTEMINLINE}inline;{$endif} Function odd(l:QWord):Boolean;[internconst:fpc_in_const_odd];{$ifdef SYSTEMINLINE}inline;{$endif} -function SwapEndian(const AValue: SmallInt): SmallInt; -function SwapEndian(const AValue: Word): Word; +function SwapEndian(const AValue: SmallInt): SmallInt;{$ifdef SYSTEMINLINE}inline;{$endif} +function SwapEndian(const AValue: Word): Word;{$ifdef SYSTEMINLINE}inline;{$endif} function SwapEndian(const AValue: LongInt): LongInt; function SwapEndian(const AValue: DWord): DWord; function SwapEndian(const AValue: Int64): Int64;