1
0
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:
Georg Richter
2013-09-30 06:25:27 +02:00
parent 8bdac9ac53
commit 48ec48bb12
3 changed files with 31 additions and 0 deletions

View File

@@ -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