- Notifications
You must be signed in to change notification settings - Fork5k
Commit66d64b7
committed
Compilation of libpq for Win32 breaks on 6.4, because of a change that I
missed before the release. It's simply a symbol that is undefined. Thispatch defines this symbol in "win32.h", so it should have no effect on anyother platforms. It should go into 6.4.1 if possible, since compilation iscompletely broken without it.I am also attaching a patch for the "win32.mak" file - it leaves a filebehind when doing "make clean" after the library is built on Visual C++ 6.0.This is not at all as urgent, but I don't see it breaking here, so I thinkit might as well go in there too?//Magnus1 parent9396802 commit66d64b7
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
0 commit comments
Comments
(0)