mirror of https://github.com/MidnightCommander/mc
* 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>
|
2002-11-06 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* key_nt.c: Don't use ERR - it conflicts with sys/ucontext.h
|
* 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;
|
break;
|
||||||
|
|
||||||
vkcode = ir.Event.KeyEvent.wVirtualKeyCode;
|
vkcode = ir.Event.KeyEvent.wVirtualKeyCode;
|
||||||
//#ifndef __MINGW32__
|
|
||||||
ch = ir.Event.KeyEvent.uChar.AsciiChar;
|
ch = ir.Event.KeyEvent.uChar.AsciiChar;
|
||||||
//#else
|
|
||||||
// ch = ir.Event.KeyEvent.AsciiChar;
|
|
||||||
//#endif
|
|
||||||
dwSaved_ControlState = ir.Event.KeyEvent.dwControlKeyState;
|
dwSaved_ControlState = ir.Event.KeyEvent.dwControlKeyState;
|
||||||
j = translate_key_code (ch, vkcode);
|
j = translate_key_code (ch, vkcode);
|
||||||
if (j)
|
if (j)
|
||||||
|
|
Loading…
Reference in New Issue