blob: e3afb20a365450bbfd6b42f9f779026caa892af5 [file] [log] [blame]
/*
* 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;
}