Various tweaks to header comments to remind me which bits are meant to be
[u/mdw/putty] / console.c
index 039716c..03bb472 100644 (file)
--- a/console.c
+++ b/console.c
@@ -1,10 +1,8 @@
 /*
  * console.c: various interactive-prompt routines shared between
- * the console PuTTY tools
+ * the Windows console PuTTY tools
  */
 
-#include <windows.h>
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
@@ -26,7 +24,6 @@ void cleanup_exit(int code)
      * Clean up.
      */
     sk_cleanup();
-    WSACleanup();
 
     random_save_seed();
 #ifdef MSCRYPTOAPI