From 8a1ff32e54b39ceef22df61bda17bbfda94918fc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 5 Mar 2019 19:56:19 +0300 Subject: fixes #1876 (YAPP renamed to StdPopup, to popup service be always present) --- include/newpluginapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/newpluginapi.h b/include/newpluginapi.h index d7c0370dd2..32ed951999 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -76,6 +76,7 @@ MIR_APP_DLL(int) SetServiceModePlugin(const wchar_t *wszPluginName, WPARAM = 0, #define MIID_USERONLINE {0x130829e0, 0x2463, 0x4ff8, {0xbb, 0xc8, 0xce, 0x73, 0xc0, 0x18, 0x84, 0x42}} #define MIID_CRYPTO {0x415ca6e1, 0x895f, 0x40e6, {0x87, 0xbd, 0x9b, 0x39, 0x60, 0x16, 0xd0, 0xe5}} #define MIID_SSL {0x3bbbbd20, 0x20e6, 0x479b, {0xbd, 0x4b, 0xe8, 0x4d, 0xe2, 0x62, 0x71, 0x20}} +#define MIID_POPUP {0xb275f4a4, 0xe347, 0x4515, {0xaf, 0x71, 0x77, 0xd0, 0x1e, 0xef, 0x54, 0x41}} ///////////////////////////////////////////////////////////////////////////////////////// // Common plugin interfaces (core plugins) -- cgit v1.2.3