diff --git a/Data/MySQL/include/Poco/Data/MySQL/MySQL.h b/Data/MySQL/include/Poco/Data/MySQL/MySQL.h index 8bfe12357..b533c9f67 100644 --- a/Data/MySQL/include/Poco/Data/MySQL/MySQL.h +++ b/Data/MySQL/include/Poco/Data/MySQL/MySQL.h @@ -54,7 +54,7 @@ #if !defined(MySQL_EXPORTS) #pragma comment(lib, "PocoDataMySQL" POCO_LIB_SUFFIX) #endif - #pragma comment(lib, "libmysql" POCO_LIB_SUFFIX) + #pragma comment(lib, "libmysql") #endif diff --git a/Data/PostgreSQL/include/Poco/Data/PostgreSQL/PostgreSQL.h b/Data/PostgreSQL/include/Poco/Data/PostgreSQL/PostgreSQL.h index 88470807c..f722aff4e 100644 --- a/Data/PostgreSQL/include/Poco/Data/PostgreSQL/PostgreSQL.h +++ b/Data/PostgreSQL/include/Poco/Data/PostgreSQL/PostgreSQL.h @@ -54,7 +54,7 @@ #if !defined(PostgreSQL_EXPORTS) #pragma comment(lib, "PocoDataPostgreSQL" POCO_LIB_SUFFIX) #endif - #pragma comment(lib, "libpq" POCO_LIB_SUFFIX) + #pragma comment(lib, "libpq") #endif