diff options
Diffstat (limited to 'plugins/ChangeKeyboardLayout/main.c')
-rw-r--r-- | plugins/ChangeKeyboardLayout/main.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/ChangeKeyboardLayout/main.c b/plugins/ChangeKeyboardLayout/main.c index 5aabf34801..23bbb9359e 100644 --- a/plugins/ChangeKeyboardLayout/main.c +++ b/plugins/ChangeKeyboardLayout/main.c @@ -19,12 +19,7 @@ PLUGININFOEX pluginInfoEx={ "http://lemnews.com/forum/viewtopic.php?t=1493",
0, //not transient
0, //doesn't replace anything built-in
- #if defined (_UNICODE)
- MIID_CKL_UNICODE
- #else
- MIID_CKL_ANSI
- #endif
-
+ {0xc5ef53a8, 0x80d4, 0x4ce9, { 0xb3, 0x41, 0xec, 0x90, 0xd3, 0xec, 0x91, 0x56 }} //{c5ef53a8-80d4-4ce9-b341-ec90d3ec9156}
};
PLUGININFO pluginInfo={
|