diff options
-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 e776b34f223..9149c7ad376 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -615,7 +615,7 @@ #define PG_VERSION_STR "Uninitialized version string (win32)" /* The size of `bool', as computed by sizeof. */ -#define SIZEOF_BOOL 0 +#define SIZEOF_BOOL 1 /* The size of `long', as computed by sizeof. */ #define SIZEOF_LONG 4 |