1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

compilation failure on windows

This commit is contained in:
Sergei Golubchik
2015-09-19 12:58:41 +02:00
parent 6b0b1941bf
commit 56cd7d0cd0

View File

@@ -31,7 +31,9 @@ extern "C" {
#ifndef MYSQL_ABI_CHECK
#ifdef _WIN32
#include <malloc.h>
#ifndef __cplusplus
#define inline __inline
#endif
#else
#include <alloca.h>
#endif