mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 02:57:45 +01:00
Rename PocoSQLPostgreSQL to PocoDataPostgreSQL
This commit is contained in:
parent
1f866b6049
commit
33dcd181e6
@ -52,7 +52,7 @@
|
|||||||
//
|
//
|
||||||
#if defined(_MSC_VER) && !defined(POCO_NO_AUTOMATIC_LIBS)
|
#if defined(_MSC_VER) && !defined(POCO_NO_AUTOMATIC_LIBS)
|
||||||
#if !defined(PostgreSQL_EXPORTS)
|
#if !defined(PostgreSQL_EXPORTS)
|
||||||
#pragma comment(lib, "PocoSQLPostgreSQL" POCO_LIB_SUFFIX)
|
#pragma comment(lib, "PocoDataPostgreSQL" POCO_LIB_SUFFIX)
|
||||||
#endif
|
#endif
|
||||||
#pragma comment(lib, "libpq")
|
#pragma comment(lib, "libpq")
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user