Rename PocoSQLPostgreSQL to PocoDataPostgreSQL

This commit is contained in:
Francis ANDRE 2018-05-07 19:05:51 +02:00
parent 1f866b6049
commit 33dcd181e6

View File

@ -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