diff options
author | George Hazan <ghazan@miranda.im> | 2020-03-11 19:50:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-03-11 19:50:57 +0300 |
commit | e8fb7de563970da12871b83c0c5e84775fe71d2d (patch) | |
tree | 6ff2dadfba3045ca646fa903d2fe16ec0bfe32f2 /plugins/VoiceService/src/main.cpp | |
parent | 647b4697b51d8a3cf52b7c0312b6adc89e4cf395 (diff) |
Voice API: code cleaning
Diffstat (limited to 'plugins/VoiceService/src/main.cpp')
-rw-r--r-- | plugins/VoiceService/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VoiceService/src/main.cpp b/plugins/VoiceService/src/main.cpp index ce67916c9f..fd9062dfc2 100644 --- a/plugins/VoiceService/src/main.cpp +++ b/plugins/VoiceService/src/main.cpp @@ -30,7 +30,7 @@ PLUGININFOEX pluginInfoEx = __AUTHOR, __COPYRIGHT, __AUTHORWEB, - UNICODE_AWARE, + UNICODE_AWARE | STATIC_PLUGIN, { 0x1bfc449d, 0x8f6f, 0x4080, { 0x8f, 0x35, 0xf9, 0x40, 0xb3, 0xde, 0x12, 0x84 } } // {1BFC449D-8F6F-4080-8F35-F940B3DE1284} }; |