diff options
Diffstat (limited to 'plugins/ChangeKeyboardLayout/src/stdafx.h')
-rw-r--r-- | plugins/ChangeKeyboardLayout/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ChangeKeyboardLayout/src/stdafx.h b/plugins/ChangeKeyboardLayout/src/stdafx.h index eaeabd1e5a..37a7317347 100644 --- a/plugins/ChangeKeyboardLayout/src/stdafx.h +++ b/plugins/ChangeKeyboardLayout/src/stdafx.h @@ -101,7 +101,7 @@ extern HICON hPopupIcon, hCopyIcon; extern LPCTSTR ptszKeybEng;
extern HKL hklEng;
-extern BYTE bLayNum;
+extern int bLayNum;
extern HKL hklLayouts[20];
extern wchar_t *ptszLayStrings[20];
|