mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
Addendum to the fix for bug #12325444
Removed STDCALL from the function definition.
This commit is contained in:
parent
843cee8a30
commit
00c239558e
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ mysql_client_find_plugin(MYSQL *mysql, const char *name, int type)
|
|||
|
||||
|
||||
/* see <mysql/client_plugin.h> for a full description */
|
||||
int STDCALL mysql_plugin_options(struct st_mysql_client_plugin *plugin,
|
||||
int mysql_plugin_options(struct st_mysql_client_plugin *plugin,
|
||||
const char *option,
|
||||
const void *value)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue