mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 04:22:56 +00:00

>+#if !defined(_MSC_VER) && (_MSC_VER < 1600) is wrong. It should have been: >+#if !(defined(_MSC_VER) && (_MSC_VER < 1600)) But I reverted this local change completely because we do not support such older MSVC versions anyway. MozReview-Commit-ID: 3VhtViP7WpX --HG-- extra : rebase_source : f18f57d8505e5847452263847d561b5cdef255b7