mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@12833 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a548171d7c
commit
ffcd86cc71
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ inline int SwapEndian32(int v) { __asm__("bswap %0" : "=r" (v) : "0" (v))
|
|||
#endif
|
||||
|
||||
#ifdef COMPILER_MSC
|
||||
#pragma intrinsic (_byteswap_ushort, _byteswap_ulong, _byteswap_uint64,strlen)
|
||||
#pragma intrinsic (_byteswap_ushort, _byteswap_ulong, _byteswap_uint64, strlen)
|
||||
|
||||
inline word SwapEndian16(word v) { return _byteswap_ushort(v); }
|
||||
inline int16 SwapEndian16(int16 v) { return _byteswap_ushort(v); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue