From 301a0597925ba74ee1d8f1dc77a48f5b659fbbee Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 10 Feb 2013 22:08:39 +0000 Subject: STATIC_PLUGIN : 0x0002 flag added to PLUGININFOEX.flags to mark plugins loaded by the core git-svn-id: http://svn.miranda-ng.org/main/trunk@3547 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mmap_SA/src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_mmap_SA/src/init.cpp') diff --git a/plugins/Dbx_mmap_SA/src/init.cpp b/plugins/Dbx_mmap_SA/src/init.cpp index 65cfd44561..33df6e4224 100644 --- a/plugins/Dbx_mmap_SA/src/init.cpp +++ b/plugins/Dbx_mmap_SA/src/init.cpp @@ -39,7 +39,7 @@ PLUGININFOEX pluginInfo = { "chaos.persei@gmail.com; ashpynov@gmail.com; bio@msx.ru; ghazan@miranda.im", "Copyright 2000-2011 Miranda IM project, 2012 Miranda NG project FYR, chaos.persei, induction, nullbie", "http://miranda-ng.org/", - UNICODE_AWARE, + UNICODE_AWARE | STATIC_PLUGIN, // {28FF9B91-3E4D-4f1c-B47C-C641B037FF40} { 0x28ff9b91, 0x3e4d, 0x4f1c, { 0xb4, 0x7c, 0xc6, 0x41, 0xb0, 0x37, 0xff, 0x40 } } }; -- cgit v1.2.3