- Finish callback for WH_KEYBOARD.

svn path=/trunk/; revision=34764
This commit is contained in:
James Tabor 2008-07-24 22:14:50 +00:00
parent eb40678d1d
commit fc15d06386

View file

@ -387,8 +387,9 @@ co_IntCallHookProc(INT HookId,
case WH_GETMESSAGE:
ArgumentLength += sizeof(MSG);
break;
case WH_KEYBOARD:
// case WH_SHELL:
// break;
break;
default:
DPRINT1("Trying to call unsupported window hook %d\n", HookId);
return 0;