From 00c239558e8266dca9065306fae301e4c550d467 Mon Sep 17 00:00:00 2001 From: Georgi Kodinov Date: Fri, 29 Apr 2011 11:33:17 +0300 Subject: [PATCH] Addendum to the fix for bug #12325444 Removed STDCALL from the function definition. --- sql-common/client_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-common/client_plugin.c b/sql-common/client_plugin.c index 47409e34d9a..382f14c6b3d 100644 --- a/sql-common/client_plugin.c +++ b/sql-common/client_plugin.c @@ -460,7 +460,7 @@ mysql_client_find_plugin(MYSQL *mysql, const char *name, int type) /* see 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) {