From 2d34b08ed409b8375fe371f540c3893ed459b21a Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Mon, 24 Aug 2026 14:41:40 +1000 Subject: [PATCH] more missing --- hook/sfcodes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hook/sfcodes.h b/hook/sfcodes.h index 527e9111ae..c950d23cd2 100644 --- a/hook/sfcodes.h +++ b/hook/sfcodes.h @@ -152,6 +152,7 @@ #define sfEscrowID ((5U << 16U) + 35U) #define sfURITokenID ((5U << 16U) + 36U) #define sfDomainID ((5U << 16U) + 37U) +#define sfManifestID ((5U << 16U) + 91U) #define sfHookOnOutgoing ((5U << 16U) + 93U) #define sfHookOnIncoming ((5U << 16U) + 94U) #define sfCron ((5U << 16U) + 95U)