mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00
Bug 1280789 - Unbreak mingw builds, r=sfink
--HG-- extra : rebase_source : 4aa8b4709659f301e3ba22fa429f0b1ef756ff26
This commit is contained in:
parent
e6364c3ff6
commit
e46e500df0
@ -586,7 +586,7 @@ namespace js {
|
||||
|
||||
// After switching to MSVC2015, this can be eliminated and replaced with
|
||||
// alignas(n) everywhere.
|
||||
#ifdef XP_WIN
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1900)
|
||||
# define JS_ALIGNAS(n) __declspec(align(n))
|
||||
#else
|
||||
# define JS_ALIGNAS(n) alignas(n)
|
||||
|
Loading…
x
Reference in New Issue
Block a user