Re: Latest ecpg patch broke MSVC build - Mailing list pgsql-hackers

From Trevor Talbot
Subject Re: Latest ecpg patch broke MSVC build
Date
Msg-id 90bce5730710030155r5dd0ab25p4090112241fcb70c@mail.gmail.com
Whole thread Raw
In response to Re: Latest ecpg patch broke MSVC build  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Note that unless there's some tools issue, DllMain doesn't need to be
exported to function properly.  A DLL's initialization routine is
marked as the entry point in the PE header, same as main() in classic
C.

It might be simpler to just get rid of the export.


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Latest ecpg patch broke MSVC build
Next
From: Magnus Hagander
Date:
Subject: ECPG regression tests