mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 506430 followup to fix VC7.1 bustage r=vlad
This commit is contained in:
parent
edffb02b2c
commit
ec29056dd5
@ -41,7 +41,7 @@
|
||||
#if defined(__GNUC__) && defined(__i386__) && defined(__APPLE__)
|
||||
#define MAC_SSE2
|
||||
#endif
|
||||
#if defined(XP_WIN32) && defined(_M_IX86) && !defined(__GNUC__)
|
||||
#if defined(XP_WIN32) && defined(_M_IX86) && defined(_MSC_VER) && _MSC_VER >= 1400
|
||||
#define WIN_SSE2
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user