From 2ccff7e383bff7353da806a29d0d969991cb271f Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 9 Jun 2012 13:41:44 +0000 Subject: ChangeKeyboardLayout and ModernOpt compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@372 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ModernOpt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ModernOpt') diff --git a/plugins/ModernOpt/main.cpp b/plugins/ModernOpt/main.cpp index 982e3148cb..89d59ab115 100644 --- a/plugins/ModernOpt/main.cpp +++ b/plugins/ModernOpt/main.cpp @@ -38,7 +38,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda ///////////////////////////////////////////////////////////////////////////////////////// // MirandaPluginInterfaces - returns the protocol interface to the core -static const MUUID interfaces[] = { MIID_MODERNOPTS, MIID_LAST }; +static const MUUID interfaces[] = {{ 0x621f886b, 0xa7f6, 0x457f, { 0x9d, 0x62, 0x8e, 0xe8, 0x4c, 0x27, 0x59, 0x93 }}, MIID_LAST }; extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) { -- cgit v1.2.3