From 61e6f066495559613e813a434abe2f8da67ce6b5 Mon Sep 17 00:00:00 2001 From: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com> Date: Wed, 16 Dec 2020 14:51:35 +0100 Subject: [PATCH] Add plugin_id and config_revision meta fields --- include/wups/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wups/common.h b/include/wups/common.h index d0e7e33..7bfc508 100644 --- a/include/wups/common.h +++ b/include/wups/common.h @@ -50,6 +50,8 @@ extern "C" { #define WUPS_PLUGIN_VERSION(x) WUPS_META(version, x) #define WUPS_PLUGIN_LICENSE(x) WUPS_META(license, x) #define WUPS_PLUGIN_DESCRIPTION(x) WUPS_META(description, x) +#define WUPS_PLUGIN_ID(x) WUPS_META(id, x) +#define WUPS_PLUGIN_CONFIG_REVISION(x) WUPS_META(config_revision, #x) #ifdef __cplusplus }