summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-05 19:56:19 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-05 19:56:19 +0300
commit8a1ff32e54b39ceef22df61bda17bbfda94918fc (patch)
tree89acd8621cda6795b42f59c0226e78ebda4f9f36 /include
parenta9a1da437a9388a34c35a62992130480d8e5986c (diff)
fixes #1876 (YAPP renamed to StdPopup, to popup service be always present)
Diffstat (limited to 'include')
-rw-r--r--include/newpluginapi.h1
1 files changed, 1 insertions, 0 deletions
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)