1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
Fixed some mess with STDCALL in function's declarations
This commit is contained in:
hf@deer.(none)
2003-08-28 13:39:46 +05:00
parent 42171225eb
commit bf3e65b128
4 changed files with 10 additions and 10 deletions

View File

@ -48,7 +48,7 @@ static bool check_user(THD *thd, enum_server_command command,
char * get_mysql_home(){ return mysql_home;};
char * get_mysql_real_data_home(){ return mysql_real_data_home;};
my_bool
my_bool STDCALL
emb_advanced_command(MYSQL *mysql, enum enum_server_command command,
const char *header, ulong header_length,
const char *arg, ulong arg_length, my_bool skip_check)