mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 19:48:44 +02:00
Rename PocoSQLPostgreSQL to PocoDataPostgreSQL
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user