1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Portability fixes for windows

After merge fixes
This commit is contained in:
monty@mashka.mysql.fi
2003-10-15 22:40:36 +03:00
parent e71b53a8fe
commit 9ef2a83fbe
16 changed files with 58 additions and 39 deletions

View File

@ -3098,7 +3098,7 @@ no_data:
Read all rows of data from server (binary format)
*/
MYSQL_DATA *cli_read_binary_rows(MYSQL_STMT *stmt)
MYSQL_DATA * STDCALL cli_read_binary_rows(MYSQL_STMT *stmt)
{
ulong pkt_len;
uchar *cp;