From a3f3169e9561c520bfc61defec2ff898447ba1e6 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: ćšć, 29 8æ 2019 19:21:20 +0800 Subject: [PATCH] test new travis configuration --- src/library/api/datatypes.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/library/api/datatypes.h b/src/library/api/datatypes.h index 4cd6126..899d4c1 100644 --- a/src/library/api/datatypes.h +++ b/src/library/api/datatypes.h @@ -13,8 +13,11 @@ //definition of size_t #include <stdlib.h> -#ifdef __unix__ +#ifndef _MSC_VER #include <stdbool.h> +#endif + +#ifdef __unix__ #define DllExport #else #include <windows.h> -- Gitblit v1.9.1