Fix dynamic linking builds for msvc

(cherry picked from commit a6635436ce)
This commit is contained in:
Shauren
2019-11-04 13:15:15 +01:00
parent b5480acf54
commit 23afc545f1

View File

@@ -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;
}