mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-16 13:09:50 -04: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