From 808727b9b49328d8e46097fccdd1614de774ed00 Mon Sep 17 00:00:00 2001 From: Guido Berhoerster Date: Mon, 1 Mar 2021 19:13:17 +0100 Subject: Add macros for compile-time version checking --- src/app-indicator.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/app-indicator.h') diff --git a/src/app-indicator.h b/src/app-indicator.h index b53b7fd..4ac78f4 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -32,6 +32,10 @@ License version 3 and version 2.1 along with this program. If not, see #include +#define APP_INDICATOR_INSIDE +#include "app-indicator-version.h" +#undef APP_INDICATOR_INSIDE + G_BEGIN_DECLS /** -- cgit v1.2.3