From 7445fbd5af8d77f4b6f63876df93f81cd5d41519 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 30 Aug 2022 18:09:07 +0300 Subject: =?UTF-8?q?fixes=20#3182=20(VoiceService:=20=D0=BD=D0=B5=20=D0=B2?= =?UTF-8?q?=D0=B3=D1=80=D1=83=D0=B6=D0=B0=D1=8E=D1=82=D1=81=D1=8F=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BB=D0=B5=D1=82=D1=83=20=D0=BF=D1=83=D0=BD=D0=BA?= =?UTF-8?q?=D1=82=D1=8B=20=D0=BF=D0=BB=D0=B0=D0=B3=D0=B8=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=B2=20=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=20"=D0=97=D0=B2?= =?UTF-8?q?=D1=83=D0=BA=D0=B8")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/VoiceService/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/VoiceService/src/main.cpp b/plugins/VoiceService/src/main.cpp index 8c307b9dfd..55855b10ec 100644 --- a/plugins/VoiceService/src/main.cpp +++ b/plugins/VoiceService/src/main.cpp @@ -30,7 +30,7 @@ PLUGININFOEX pluginInfoEx = __AUTHOR, __COPYRIGHT, __AUTHORWEB, - UNICODE_AWARE | STATIC_PLUGIN, + UNICODE_AWARE, { 0x1bfc449d, 0x8f6f, 0x4080, { 0x8f, 0x35, 0xf9, 0x40, 0xb3, 0xde, 0x12, 0x84 } } // {1BFC449D-8F6F-4080-8F35-F940B3DE1284} }; -- cgit v1.2.3