Re: Latest ecpg patch broke MSVC build

From: "Trevor Talbot" <quension(at)gmail(dot)com>
To: "PostgreSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Latest ecpg patch broke MSVC build
Date: 2007-10-03 08:55:39
Message-ID: 90bce5730710030155r5dd0ab25p4090112241fcb70c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2007-10-03 11:54:50 ECPG regression tests
Previous Message Magnus Hagander 2007-10-03 07:47:54 Re: Latest ecpg patch broke MSVC build