Windows build fixes: configuration is now stored in site.cfg

This commit is contained in:
Georg Richter
2019-11-25 17:24:04 +01:00
parent c823d32524
commit a160152903
4 changed files with 26 additions and 39 deletions

View File

@ -29,6 +29,12 @@
#include <malloc.h>
#include <docs/common.h>
#define REQUIRED_CC_VERSION 30103
#if MARIADB_PACKAGE_VERSION_ID < REQUIRED_CC_VERSION
#error Minimum required version of MariaDB Connector/C is 3.1.3
#endif
#if defined(_WIN32) && defined(_MSVC)
#ifndef L64
#define L64(x) x##i64