mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +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(PostgreSQL_EXPORTS)
|
||||
#pragma comment(lib, "PocoSQLPostgreSQL" POCO_LIB_SUFFIX)
|
||||
#pragma comment(lib, "PocoDataPostgreSQL" POCO_LIB_SUFFIX)
|
||||
#endif
|
||||
#pragma comment(lib, "libpq")
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user