From e0f99907c1a57cb68f093f4e94d927ca7769b85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Fri, 15 Jan 2021 10:18:36 +0100 Subject: [PATCH] code: fix deps --- code/vendors/librg.h | 4 ++-- code/vendors/zpl.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/vendors/librg.h b/code/vendors/librg.h index 23a1c4d..4c583c8 100644 --- a/code/vendors/librg.h +++ b/code/vendors/librg.h @@ -299,7 +299,7 @@ Version History: #define ZPL_VERSION_MAJOR 10 #define ZPL_VERSION_MINOR 13 -#define ZPL_VERSION_PATCH 1 +#define ZPL_VERSION_PATCH 2 #define ZPL_VERSION_PRE "" // file: zpl_hedley.h @@ -2252,7 +2252,7 @@ ZPL_DIAGNOSTIC_POP #endif /* Architecture-specific overrides */ -#if defined(__ARM_ARCH) && !defined(__cplusplus) +#if defined(__ARM_ARCH) && defined(__cplusplus) #define ZPL_DISABLE_THREADING #endif diff --git a/code/vendors/zpl.h b/code/vendors/zpl.h index 23a1c4d..4c583c8 100644 --- a/code/vendors/zpl.h +++ b/code/vendors/zpl.h @@ -299,7 +299,7 @@ Version History: #define ZPL_VERSION_MAJOR 10 #define ZPL_VERSION_MINOR 13 -#define ZPL_VERSION_PATCH 1 +#define ZPL_VERSION_PATCH 2 #define ZPL_VERSION_PRE "" // file: zpl_hedley.h @@ -2252,7 +2252,7 @@ ZPL_DIAGNOSTIC_POP #endif /* Architecture-specific overrides */ -#if defined(__ARM_ARCH) && !defined(__cplusplus) +#if defined(__ARM_ARCH) && defined(__cplusplus) #define ZPL_DISABLE_THREADING #endif