diff options
-rw-r--r-- | mysqlc/source/mysqlc_driver.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysqlc/source/mysqlc_driver.cxx b/mysqlc/source/mysqlc_driver.cxx index ed43d27b235c..399d6228eecb 100644 --- a/mysqlc/source/mysqlc_driver.cxx +++ b/mysqlc/source/mysqlc_driver.cxx @@ -110,7 +110,9 @@ Sequence< rtl::OUString > SAL_CALL MysqlCDriver::getSupportedServiceNames() return getSupportedServiceNames_Static(); } +#ifndef SYSTEM_MYSQL_CPPCONN extern "C" { static void SAL_CALL thisModule() {} } +#endif void MysqlCDriver::impl_initCppConn_lck_throw() { |