Release 940301
[wine/dcerpc.git] / windows / keyboard.c
blobe3afb20a365450bbfd6b42f9f779026caa892af5
1 /*
2 * Keyboard related functions
4 * Copyright 1993 Bob Amstadt
5 */
7 static char Copyright[] = "Copyright Bob Amstadt, 1993";
9 #include "win.h"
11 /**********************************************************************
12 * GetKeyState (USER.106)
14 int GetKeyState(int keycode)
16 return 0;