mirror of https://github.com/postgres/postgres
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 HaganderREL8_2_STABLE
parent
eff77a759a
commit
ed80f5701b
@ -1,4 +1,4 @@ |
|||||||
; dlltool --output-def pgevent.def pgevent.o pgmsgevent.o |
; dlltool --output-def pgevent.def pgevent.o pgmsgevent.o |
||||||
EXPORTS |
EXPORTS |
||||||
DllUnregisterServer=DllUnregisterServer@0 @ 1; |
DllUnregisterServer ; |
||||||
DllRegisterServer=DllRegisterServer@0 @ 2; |
DllRegisterServer ; |
||||||
|
Loading…
Reference in new issue