mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Core/Database: Converted the database library to a shared library.
* There is still the possibility to static link against database.
(cherry picked from commit 6cfea2d8f7)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "Log.h"
|
||||
|
||||
class MySQL
|
||||
class TC_DATABASE_API MySQL
|
||||
{
|
||||
public:
|
||||
static void Library_Init()
|
||||
|
||||
Reference in New Issue
Block a user