diff options
author | George Hazan <ghazan@miranda.im> | 2021-06-07 20:48:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-06-07 20:48:09 +0300 |
commit | c763e0be7221cc055d61eec9d30c1ff8a4a0fc32 (patch) | |
tree | 683a7d9bfd947c90b9a23e1082adde217edfd6d0 /include/newpluginapi.h | |
parent | a3aa7b7d951120525ed510e8da0fcdf58e6beb54 (diff) |
fixes #2912 (Drop WinCrypto API support)
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 515fda9205..21ec09fd54 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -83,7 +83,6 @@ MIR_APP_DLL(void) SetPluginOnWhiteList(const char *szPluginName, bool bAllow); #define MIID_AUTOAWAY {0x9c87f7dc, 0x3bd7, 0x4983, {0xb7, 0xfb, 0xb8, 0x48, 0xfd, 0xbc, 0x91, 0xf0}}
#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}}
/////////////////////////////////////////////////////////////////////////////////////////
|