From 3b5437d37c444c1d0356783c8a2fd119b5a329d8 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Wed, 22 Jan 2020 11:09:27 +0100 Subject: undef always_inline Signed-off-by: Angelo Mantellini Change-Id: Ifed0d0c80b07055f6c60779458e116c654eaafdd --- Input/ICNConnectionConsumerApi.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Input/ICNConnectionConsumerApi.h b/Input/ICNConnectionConsumerApi.h index c12e215f..c4e89926 100644 --- a/Input/ICNConnectionConsumerApi.h +++ b/Input/ICNConnectionConsumerApi.h @@ -23,6 +23,10 @@ #include #endif +#ifdef always_inline +#undef always_inline +#endif + #include #include "../Portable/Networking.h" #include "IICNConnection.h" -- cgit 1.2.3-korg