projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b24e125
)
Adjust Solution.pm to set HAVE_STDINT_H.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 21 Feb 2020 21:14:09 +0000
(16:14 -0500)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Solution.pm
b/src/tools/msvc/Solution.pm
index 39470a869ed2a9fd262e37f822e2198a3cc2653f..75f916399c078a281835e3f01935b4fdbea6daaf 100644
(file)
--- a/
src/tools/msvc/Solution.pm
+++ b/
src/tools/msvc/Solution.pm
@@
-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,