forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commited80f57
committed
pgevent fixes:
1) Make vcbuild actually build the pgevent dll.2) Change the pgevent DLL file so it doens't specify ordinal for thefunctions. You're not supposed to do that. You're actually supposed todeclare them as PRIVATE as well, but mingw doesn't support that. VC++will throw a warning and not an error though, so we can live with it.Magnus Hagander1 parenteff77a7 commited80f57
2 files changed
+6
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + |
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
126 | 130 |
| |
127 | 131 |
| |
128 | 132 |
| |
|
0 commit comments
Comments
(0)