1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

10.2-integration:

add definition of MYSQL_CLIENT
This commit is contained in:
Georg Richter
2016-03-10 15:18:00 +01:00
parent 06e5422715
commit 826da74f6c

View File

@@ -28,6 +28,9 @@ extern "C" {
#ifndef LIBMARIADB
#define LIBMARIADB
#endif
#ifndef MYSQL_CLIENT
#define MYSQL_CLIENT
#endif
#include <stdarg.h>