mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-07 10:54:29 +03:00
* key_nt.c: Remove C++ style comments.
This commit is contained in:
parent
91f7a47331
commit
7e8c2e9abe
@ -1,3 +1,7 @@
|
||||
2002-11-11 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* key_nt.c: Remove C++ style comments.
|
||||
|
||||
2002-11-06 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* key_nt.c: Don't use ERR - it conflicts with sys/ucontext.h
|
||||
|
@ -188,11 +188,7 @@ int get_key_code (int no_delay)
|
||||
break;
|
||||
|
||||
vkcode = ir.Event.KeyEvent.wVirtualKeyCode;
|
||||
//#ifndef __MINGW32__
|
||||
ch = ir.Event.KeyEvent.uChar.AsciiChar;
|
||||
//#else
|
||||
// ch = ir.Event.KeyEvent.AsciiChar;
|
||||
//#endif
|
||||
dwSaved_ControlState = ir.Event.KeyEvent.dwControlKeyState;
|
||||
j = translate_key_code (ch, vkcode);
|
||||
if (j)
|
||||
|
Loading…
x
Reference in New Issue
Block a user