]> granicus.if.org Git - postgresql/commit
libpq++/pgconnection.h must not include postgres_fe.h, else it fails to
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 22 Jan 2002 19:02:40 +0000 (19:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 22 Jan 2002 19:02:40 +0000 (19:02 +0000)
commit04c8d4c66082c1717ff73ec0c4eb4b447502c7fd
tree1541971a5c204c5d318bc9dfff14f0e16c11d22b
parentc64f083cf4b9125f55bccfbb3b1f0aa38e3ce712
libpq++/pgconnection.h must not include postgres_fe.h, else it fails to
compile in client apps that use the standard installed header set.
To allow removing that include, move DLLIMPORT definitions out of c.h
and into the appropriate port-specific header files.
src/include/c.h
src/include/pg_config.h.in
src/include/pg_config.h.win32
src/include/port/win.h
src/include/port/win32.h
src/interfaces/libpq++/pgconnection.h