Skip to content

Commit 56cd7d0

Browse files
committed
compilation failure on windows
1 parent 6b0b194 commit 56cd7d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/mysql/service_encryption.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ extern "C" {
3131
#ifndef MYSQL_ABI_CHECK
3232
#ifdef _WIN32
3333
#include <malloc.h>
34+
#ifndef __cplusplus
3435
#define inline __inline
36+
#endif
3537
#else
3638
#include <alloca.h>
3739
#endif

0 commit comments

Comments
 (0)