Bug 1111255 - Remove some code specific to MSVC7 from MFBT; r=froydnj

--HG--
extra : amend_source : 3662850820de462e108212626dc7bc1c9e22122e
This commit is contained in:
Ehsan Akhgari 2014-12-14 14:58:13 -05:00
parent 0bf99c7386
commit 6459c43ef8
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
#include <stdint.h>
#include <string.h>
#if defined(_MSC_VER) && _MSC_VER >= 1300
#if defined(_MSC_VER)
# include <stdlib.h>
# pragma intrinsic(_byteswap_ushort)
# pragma intrinsic(_byteswap_ulong)

View File

@ -146,7 +146,7 @@ Abs<long double>(const long double aLongDouble)
} // namespace mozilla
#if defined(_WIN32) && (_MSC_VER >= 1300) && \
#if defined(_WIN32) && \
(defined(_M_IX86) || defined(_M_AMD64) || defined(_M_X64))
# define MOZ_BITSCAN_WINDOWS