From 6a27f55505c1aa61a27826fc141a5bb2f8f8a7b4 Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Sat, 15 Feb 2020 19:21:09 +0100 Subject: [PATCH] Add NS_DEPRECATED_3_31 to definitions --- src/core/model/deprecated.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/model/deprecated.h b/src/core/model/deprecated.h index ffd016d52..c50a4cbf2 100644 --- a/src/core/model/deprecated.h +++ b/src/core/model/deprecated.h @@ -60,4 +60,8 @@ #define NS_DEPRECATED #endif +#ifdef NS_DEPRECATED +#define NS_DEPRECATED_3_31 NS_DEPRECATED +#endif + #endif /* NS3_DEPRECATED_H */