summaryrefslogtreecommitdiff
path: root/plugins/ChangeKeyboardLayout/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ChangeKeyboardLayout/src/stdafx.h')
-rw-r--r--plugins/ChangeKeyboardLayout/src/stdafx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ChangeKeyboardLayout/src/stdafx.h b/plugins/ChangeKeyboardLayout/src/stdafx.h
index d4504679ca..eaeabd1e5a 100644
--- a/plugins/ChangeKeyboardLayout/src/stdafx.h
+++ b/plugins/ChangeKeyboardLayout/src/stdafx.h
@@ -103,14 +103,14 @@ extern HKL hklEng;
extern BYTE bLayNum;
extern HKL hklLayouts[20];
-extern LPTSTR ptszLayStrings[20];
+extern wchar_t *ptszLayStrings[20];
extern LPCTSTR ptszSeparators;
extern HHOOK kbHook_All;
extern MainOptions moOptions;
-extern PopupOptions poOptions, poOptionsTemp;
+extern PopupOptions poOptions;
LRESULT CALLBACK Keyboard_Hook(int code, WPARAM wParam, LPARAM lParam);
int OnIconsChanged(WPARAM wParam, LPARAM lParam);