From 5125f185d8d2a0fd623007c328bb25b1a393bad3 Mon Sep 17 00:00:00 2001 From: nxtumUbun Date: Mon, 18 May 2026 02:57:35 -0700 Subject: [PATCH] add INotifExtended to default.h --- ProxyStubGenerator/default.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ProxyStubGenerator/default.h b/ProxyStubGenerator/default.h index 79747798..702c6bf6 100644 --- a/ProxyStubGenerator/default.h +++ b/ProxyStubGenerator/default.h @@ -83,6 +83,7 @@ namespace __FRAMEWORK_NAMESPACE__ { class ISubSystem; class IPlugin { class INotification; + class INotificationExtended; }; } }