libpq++/pgconnection.h must not include postgres_fe.h, else it fails to
authorTom Lane <[email protected]>
Tue, 22 Jan 2002 19:02:40 +0000 (19:02 +0000)
committerTom Lane <[email protected]>
Tue, 22 Jan 2002 19:02:40 +0000 (19:02 +0000)
commit1e0f0a09e0a8d8c16be10e132c4193e9a94d833e
tree4c53fc2200f12f2c989c6082b77bb78f871c3e0a
parent9b8085e5a41421169eaf2583c4d972223e4cce00
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