Index: src/winhugs/Winhugs.h
===================================================================
RCS file: /cvs/hugs98/src/winhugs/Winhugs.h,v
retrieving revision 1.13
diff -u -r1.13 Winhugs.h
--- src/winhugs/Winhugs.h	7 Sep 2005 15:22:20 -0000	1.13
+++ src/winhugs/Winhugs.h	8 Sep 2005 09:33:10 -0000
@@ -74,6 +74,6 @@
 #define getch()         WinHugsGetC(stdin)
 
 // unused?
-#define kbhit()         WinKbhit(hWndText)
+#define kbhit()         ;
 
 #endif /* __WINHUGS_H__ */
Index: src/winhugs/Legacy.c
===================================================================
RCS file: /cvs/hugs98/src/winhugs/Legacy.c,v
retrieving revision 1.3
diff -u -r1.3 Legacy.c
--- src/winhugs/Legacy.c	7 Sep 2005 12:10:36 -0000	1.3
+++ src/winhugs/Legacy.c	8 Sep 2005 09:29:28 -0000
@@ -15,7 +15,8 @@
 //    Modified minimally to get it working
 //    Moved out of WinHugs.c and into separate module, a bit of massage to make that work
 
-#include <windows.h>
+#include "Header.h"
+#include "Winhugs.h"
 #include "prelude.h"
 #include "storage.h"
 #include "connect.h"
