diff options
Diffstat (limited to 'plugins/ChangeKeyboardLayout/src/stdafx.h')
-rw-r--r-- | plugins/ChangeKeyboardLayout/src/stdafx.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/ChangeKeyboardLayout/src/stdafx.h b/plugins/ChangeKeyboardLayout/src/stdafx.h index 37a7317347..ee2cb8bdec 100644 --- a/plugins/ChangeKeyboardLayout/src/stdafx.h +++ b/plugins/ChangeKeyboardLayout/src/stdafx.h @@ -31,6 +31,8 @@ struct CMPlugin : public PLUGIN<CMPlugin>
{
+ HKL hklEng = (HKL)0x04090409;
+
CMPlugin();
int Load() override;
@@ -98,9 +100,6 @@ typedef struct extern HICON hPopupIcon, hCopyIcon;
-extern LPCTSTR ptszKeybEng;
-extern HKL hklEng;
-
extern int bLayNum;
extern HKL hklLayouts[20];
extern wchar_t *ptszLayStrings[20];
|