You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Fixed missing exported symbols
This commit is contained in:
@@ -29,6 +29,10 @@ extern "C" {
|
||||
#include <sys/types.h>
|
||||
typedef char my_bool;
|
||||
|
||||
#ifndef LIBMARIADB
|
||||
#define LIBMARIADB
|
||||
#endif
|
||||
|
||||
#if !defined(_WIN32)
|
||||
#define STDCALL
|
||||
#else
|
||||
|
Reference in New Issue
Block a user