* key_nt.c: Remove C++ style comments.

This commit is contained in:
Pavel Roskin 2002-11-11 06:37:44 +00:00
parent 91f7a47331
commit 7e8c2e9abe
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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)