fixed 20 repeated warnings about undeclared intrinsic

This commit is contained in:
unknown 2015-09-17 18:52:58 -04:00
parent 341f2c2752
commit fadcfe9660
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ Stop_Compiling_Bad_Endian
#endif
#if defined(MY_CPU_LE_UNALIGN) && defined(_WIN64) && (_MSC_VER >= 1300)
#include <stdlib.h>
#pragma intrinsic(_byteswap_ulong)
#pragma intrinsic(_byteswap_uint64)