mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 818941 - Fix misspelling of __GXX_EXPERIMENTAL_CXX0X__ macro. r=ehsan
This commit is contained in:
parent
38ef1e7668
commit
07acbe70d0
@ -19,7 +19,7 @@
|
|||||||
# define MOZ_HAVE_CXX11_NULLPTR
|
# define MOZ_HAVE_CXX11_NULLPTR
|
||||||
# endif
|
# endif
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
# if defined(_GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L
|
# if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L
|
||||||
# if (__GNUC__ * 1000 + __GNUC_MINOR__) >= 4006
|
# if (__GNUC__ * 1000 + __GNUC_MINOR__) >= 4006
|
||||||
# define MOZ_HAVE_CXX11_NULLPTR
|
# define MOZ_HAVE_CXX11_NULLPTR
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user