mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1111255 - Remove some code specific to MSVC7 from MFBT; r=froydnj
--HG-- extra : amend_source : 3662850820de462e108212626dc7bc1c9e22122e
This commit is contained in:
parent
0bf99c7386
commit
6459c43ef8
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user