pgevent fixes:
authorBruce Momjian <bruce@momjian.us>
Tue, 3 Oct 2006 22:12:14 +0000 (22:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 3 Oct 2006 22:12:14 +0000 (22:12 +0000)
commited80f5701be9322d319a4abaef0e4f47f6144f5b
tree790e6a06e5b6a715a7e7b429ccc8c5ca6413dbe9
parenteff77a759a5c62f20c85a7cf8b972bbf7ad596d1
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
src/bin/pgevent/pgevent.def
src/tools/msvc/mkvcbuild.pl