branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / conio / kbhit.c
index c70c45d..4a2dde2 100644 (file)
 #include <msvcrt/internal/console.h>
 
 
-// FIXME PeekCosoleInput returns more than keyboard hits
 
+/*
+ * FIXME PeekConsoleInput returns more than keyboard hits
+ *
+ * @unimplemented
+ */
 int _kbhit(void)
 {
   //INPUT_RECORD InputRecord;