diff options
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index 298877b6b..35ccf1f78 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -53,6 +53,8 @@ #define noexcept // #define A_DELETE // #define A_DELETE_COPY +#else +#define ADVGCC #endif #undef Z_NULL #define Z_NULL nullptr |