From 80221d816eeb98f0df38e0243390033c614952f3 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 28 Nov 2017 22:12:43 +0300 Subject: Source files converted to utf-8 --- plugins/HwHotKeys/src/stdafx.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/HwHotKeys/src/stdafx.h') diff --git a/plugins/HwHotKeys/src/stdafx.h b/plugins/HwHotKeys/src/stdafx.h index dfce5e714e..94d0b78b74 100644 --- a/plugins/HwHotKeys/src/stdafx.h +++ b/plugins/HwHotKeys/src/stdafx.h @@ -1,6 +1,6 @@ /* ============================================================================ Hardware HotKeys plugin for Miranda NG. -Copyright Eugene f2065, http://f2065.narod.ru, f2065 mail.ru, ICQ 35078112 +Copyright © Eugene f2065, http://f2065.narod.ru, f2065 mail.ru, ICQ 35078112 This program is free software; you can redistribute it and / or modify it under the terms of the GNU General Public License @@ -41,7 +41,7 @@ extern CLIST_INTERFACE *pcli; extern HINSTANCE hInstance; extern INT hLangpack; -extern HWND hDialogWnd; // , +extern HWND hDialogWnd; // глобально используется для вывода туда в реалтайме сканкодов клавы, из хука extern HHOOK hHook; extern DWORD code_Close_tmp; @@ -72,7 +72,7 @@ extern const CHAR *t_SL; extern const CHAR *t_SR; extern const CHAR *t_SS; -// HwHotKeys_CompareCurrentScancode +// значения связаны с битами в HwHotKeys_CompareCurrentScancode #define key_flag_sr 0x01000000 #define key_flag_cr 0x02000000 #define key_flag_ar 0x04000000 -- cgit v1.2.3