summaryrefslogtreecommitdiff
path: root/plugins/OpenSSL/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-01-04 21:32:39 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-01-04 21:32:39 +0000
commit578f0fc5abcf8d3da5668af4d940d5e303b003a5 (patch)
tree90e146131a254694704708f2f5264c4eb38fb1b1 /plugins/OpenSSL/src
parent8f80f8b10f0256c1ae8cf64b32a31a0e408cf1d0 (diff)
this plugin cannot be unloaded
git-svn-id: http://svn.miranda-ng.org/main/trunk@11774 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/OpenSSL/src')
-rw-r--r--plugins/OpenSSL/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OpenSSL/src/main.cpp b/plugins/OpenSSL/src/main.cpp
index 52808b5854..38bb50b884 100644
--- a/plugins/OpenSSL/src/main.cpp
+++ b/plugins/OpenSSL/src/main.cpp
@@ -35,7 +35,7 @@ PLUGININFOEX pluginInfo = {
__AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
- UNICODE_AWARE,
+ UNICODE_AWARE | STATIC_PLUGIN,
// {B649702C-13DE-408A-B6C2-FB8FED2A2C90}
{ 0xb649702c, 0x13de, 0x408a, { 0xb6, 0xc2, 0xfb, 0x8f, 0xed, 0x2a, 0x2c, 0x90 } }
};