This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 34c88cb
committed
[[ VS2015 ]] Tweak libpq so it builds under VS2015
This patch ensures that libpq builds under VS2015. It tweaks a
win32 compatibility routine definition based on VS version and
ensure win32error.c is included in the build which provides the
_dosmaperr function which is no longer present in the VS CRT.1 parent 8652b4e commit 34c88cb
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments