Log Message:
-----------
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

Modified Files:
--------------
    pgsql/src/bin/pgevent:
        pgevent.def (r1.1 -> r1.2)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pgevent/pgevent.def.diff?r1=1.1&r2=1.2)
    pgsql/src/tools/msvc:
        mkvcbuild.pl (r1.3 -> r1.4)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/mkvcbuild.pl.diff?r1=1.3&r2=1.4)

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to