/* * Keyboard related functions * * Copyright 1993 Bob Amstadt */ static char Copyright[] = "Copyright Bob Amstadt, 1993"; #include "win.h" /********************************************************************** * GetKeyState (USER.106) */ int GetKeyState(int keycode) { return 0; }