Re: [BUGS] PQescapeString and PQescapeBytea not exported during win 32 build

2002-06-04 Thread Rob Butler
quot; Rob >From: Bruce Momjian <[EMAIL PROTECTED]> >To: Rob Butler <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: [BUGS] PQescapeString and PQescapeBytea not exported during >win 32 build >Date: Sun, 2 Jun 2002 18:38:02 -0400 (EDT) > > >Attached

[BUGS] PQescapeString and PQescapeBytea not exported during win 32 build

2002-05-06 Thread Rob Butler
Hello all, Simple "bug" Win 32 builds do not have PQescapeString or PQescapeBytea declared in the libpqdll.def file. This causes linking against libpqdll.lib to fail if either of the functions are called within a program. Add entries to the def file for these functions so they are exported