From 6cfea2d8f7de3de8206a1f4cf23a6d653814afe1 Mon Sep 17 00:00:00 2001 From: Naios Date: Fri, 11 Mar 2016 15:57:26 +0100 Subject: Core/Database: Converted the database library to a shared library. * There is still the possibility to static link against database. --- src/server/database/Database/MySQLConnection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/database/Database/MySQLConnection.h') diff --git a/src/server/database/Database/MySQLConnection.h b/src/server/database/Database/MySQLConnection.h index a0b908593df..566995988c0 100644 --- a/src/server/database/Database/MySQLConnection.h +++ b/src/server/database/Database/MySQLConnection.h @@ -35,7 +35,7 @@ enum ConnectionFlags CONNECTION_BOTH = CONNECTION_ASYNC | CONNECTION_SYNCH }; -struct MySQLConnectionInfo +struct TC_DATABASE_API MySQLConnectionInfo { explicit MySQLConnectionInfo(std::string const& infoString) { @@ -62,7 +62,7 @@ struct MySQLConnectionInfo typedef std::map > PreparedStatementMap; -class MySQLConnection +class TC_DATABASE_API MySQLConnection { template friend class DatabaseWorkerPool; friend class PingOperation; -- cgit v1.2.3