Commit bc246b62 authored by Georgi Kodinov's avatar Georgi Kodinov

Addendum to the fix for bug #12325444

Removed STDCALL from the function definition.
parent c7b12ecc
...@@ -460,7 +460,7 @@ mysql_client_find_plugin(MYSQL *mysql, const char *name, int type) ...@@ -460,7 +460,7 @@ mysql_client_find_plugin(MYSQL *mysql, const char *name, int type)
/* see <mysql/client_plugin.h> for a full description */ /* 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 char *option,
const void *value) const void *value)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment