pgevent fixes:

Bruce Momjian <bruce@momjian.us>

Commit: ed80f5701be9322d319a4abaef0e4f47f6144f5b
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-10-03T22:12:14Z
Releases: 8.2.0
pgevent fixes:

1) Make vcbuild actually build the pgevent dll.
2) Change the pgevent DLL file so it doens't specify ordinal for the
functions. You're not supposed to do that. You're actually supposed to
declare 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 Hagander

Files

PathChange+/−
src/bin/pgevent/pgevent.def modified +2 −2
src/tools/msvc/mkvcbuild.pl modified +4 −0