Adjust Solution.pm to set HAVE_STDINT_H.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Feb 2020 21:14:09 +0000 (16:14 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Feb 2020 21:14:09 +0000 (16:14 -0500)
We're not testing that anywhere anymore, but for consistency,
it should get defined.

src/tools/msvc/Solution.pm

index 39470a869ed2a9fd262e37f822e2198a3cc2653f..75f916399c078a281835e3f01935b4fdbea6daaf 100644 (file)
@@ -342,7 +342,7 @@ sub GenerateFiles
                HAVE_SPINLOCKS                           => 1,
                HAVE_SRANDOM                             => undef,
                HAVE_STDBOOL_H                           => 1,
-               HAVE_STDINT_H                            => undef,
+               HAVE_STDINT_H                            => 1,
                HAVE_STDLIB_H                            => 1,
                HAVE_STRCHRNUL                           => undef,
                HAVE_STRERROR_R                          => undef,