mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
Fix dynamic linking builds for msvc
(cherry picked from commit a6635436ce)
This commit is contained in:
@@ -28,7 +28,7 @@ void MySQL::Library_End()
|
||||
mysql_library_end();
|
||||
}
|
||||
|
||||
char const* TC_DATABASE_API MySQL::GetLibraryVersion()
|
||||
char const* MySQL::GetLibraryVersion()
|
||||
{
|
||||
return MYSQL_SERVER_VERSION;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user