The WinSock library is now loaded at run-time, which means we can
[u/mdw/putty] / console.c
index 039716c..c589a45 100644 (file)
--- a/console.c
+++ b/console.c
@@ -3,8 +3,6 @@
  * the 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