Kaydet (Commit) 6b6bbe53 authored tarafından Caolán McNamara's avatar Caolán McNamara

SWAPLONG->OSL_SWAPDWORD

üst 19f53f40
...@@ -164,7 +164,7 @@ static sal_uInt8 aPal8[ 256 * 4 ] = ...@@ -164,7 +164,7 @@ static sal_uInt8 aPal8[ 256 * 4 ] =
inline long SwapLong( long n ) inline long SwapLong( long n )
{ {
#ifndef OSL_LITENDIAN #ifndef OSL_LITENDIAN
return SWAPLONG( n ); return OSL_SWAPDWORD( n );
#else #else
return n; return n;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment