mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
Fix dynamic linking builds for msvc
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