Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / be_none.c
index 0ec3a79..688b8da 100644 (file)
--- a/be_none.c
+++ b/be_none.c
@@ -1,13 +1,11 @@
 /*
- * Linking module for PSCP: list no available backends. This is
- * only present to satisfy linker requirements. I should really
- * untangle the whole lot a bit better.
+ * Linking module for programs that do not support selection of backend
+ * (such as pterm).
  */
 
-#include <windows.h>
 #include <stdio.h>
 #include "putty.h"
 
-struct backend_list backends[] = {
-    {0, NULL}
+Backend *backends[] = {
+    NULL
 };