-
- Downloads
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.
Showing
- src/include/c.h 3 additions, 22 deletionssrc/include/c.h
- src/include/pg_config.h.in 11 additions, 2 deletionssrc/include/pg_config.h.in
- src/include/pg_config.h.win32 28 additions, 0 deletionssrc/include/pg_config.h.win32
- src/include/port/win.h 26 additions, 0 deletionssrc/include/port/win.h
- src/include/port/win32.h 27 additions, 0 deletionssrc/include/port/win32.h
- src/interfaces/libpq++/pgconnection.h 1 addition, 2 deletionssrc/interfaces/libpq++/pgconnection.h
Loading
Please register or sign in to comment