diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.win32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 56559162240..3c38aa02004 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -53,7 +53,7 @@ (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)' instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with MSVC and with C++ compilers. */ -#define FLEXIBLE_ARRAY_MEMBER 1 +#define FLEXIBLE_ARRAY_MEMBER /* Define to 1 if you want National Language Support. (--enable-nls) */ /* #undef ENABLE_NLS */ |