diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-05 18:28:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-05 18:28:47 +0300 |
commit | 1b803834c3f1736e658477a042b51d1926e11e7b (patch) | |
tree | 358d9a49dc0d9754351d45ac55a2c8d79ef6bf69 /include/newpluginapi.h | |
parent | a2734d21545621f9cf80a9bc4dc19b69c27d0a0f (diff) |
StdAuth plugin merged back with mir_app.dll
Diffstat (limited to 'include/newpluginapi.h')
-rw-r--r-- | include/newpluginapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h index 94ca7a92ed..80aa0ae1dc 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -64,7 +64,6 @@ MIR_APP_DLL(int) IsPluginLoaded(const MUUID &uuid); #define MIID_HISTORY {0x5ca0cbc1, 0x999a, 0x4ea2, {0x8b, 0x44, 0xf8, 0xf6, 0x7d, 0x7f, 0x8e, 0xbe}}
#define MIID_UIUSERINFO {0x570b931c, 0x9af8, 0x48f1, {0xad, 0x9f, 0xc4, 0x49, 0x8c, 0x61, 0x8a, 0x77}}
-#define MIID_SRAUTH {0x377780b9, 0x2b3b, 0x405b, {0x9f, 0x36, 0xb3, 0xc4, 0x87, 0x8e, 0x6f, 0x33}}
#define MIID_SRAWAY {0x5ab54c76, 0x1b4c, 0x4a00, {0xb4, 0x04, 0x48, 0xcb, 0xea, 0x5f, 0xef, 0xe7}}
#define MIID_SREMAIL {0xd005b5a6, 0x1b66, 0x445a, {0xb6, 0x03, 0x74, 0xd4, 0xd4, 0x55, 0x2d, 0xe2}}
#define MIID_SRFILE {0x989d104d, 0xacb7, 0x4ee0, {0xb9, 0x6d, 0x67, 0xce, 0x46, 0x53, 0xb6, 0x95}}
|