diff options
author | Noah Misch <noah@leadboat.com> | 2014-06-18 09:21:50 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2014-06-18 09:23:05 -0400 |
commit | cee1f48cb3e34dbd8435849369a7cd0f7cbc6d3b (patch) | |
tree | 4368cc2d34824e1d3cd67b73009fcbcd0bb95b16 /src | |
parent | 9d90472a0ed4955678d7080ee6b2a53a7762f32b (diff) |
Fix the MSVC build process for uuid-ossp.
Catch up with commit b8cc8f94730610c0189aa82dfec4ae6ce9b13e34's
introduction of the HAVE_UUID_OSSP symbol to the principal build
process. Back-patch to 9.4, where that commit appeared.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/msvc/Solution.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index c0d7f38b6c0..f7a5abbd6af 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -214,6 +214,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY if ($self->{options}->{uuid}) { + print O "#define HAVE_UUID_OSSP\n"; print O "#define HAVE_UUID_H\n"; } if ($self->{options}->{xml}) |