diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-05 19:46:48 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-05 19:46:48 +0300 |
commit | 52fca032c9cf8b935e1e1140dcb73dbd81d79807 (patch) | |
tree | 80e441bb86edc2c6bf33839450683c6852528781 | |
parent | 5e67e0b2ae8adaaa6bb07ccb6c6ae0ccec047cf4 (diff) |
StdSSL must have its own unique GUID
-rw-r--r-- | src/core/stdssl/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdssl/src/main.cpp b/src/core/stdssl/src/main.cpp index d058b7af34..584ff7335b 100644 --- a/src/core/stdssl/src/main.cpp +++ b/src/core/stdssl/src/main.cpp @@ -37,8 +37,8 @@ PLUGININFOEX pluginInfo = { __COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- // 1e64fd80-299e-48a0-9441-de2868563b6f
- { 0x1e64fd80, 0x299e, 0x48a0, {0x94, 0x41, 0xde, 0x28, 0x68, 0x56, 0x3b, 0x6f}}
+ // { 312C4F84 - 75BE - 4404 - BCB1 - C103DBE5A3B8 }
+ { 0x312C4F84, 0x75BE, 0x4404, {0xBC, 0xB1, 0xC1, 0x03, 0xDB, 0xE5, 0xA3, 0xB8 }}
};
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD, LPVOID)
|