Use set_icon and set_title rather than SetWindowText. Should fix
[u/mdw/putty] / psftp.c
diff --git a/psftp.c b/psftp.c
index 28060e2..2dc6e4c 100644 (file)
--- a/psftp.c
+++ b/psftp.c
@@ -34,6 +34,7 @@ static int do_sftp_init(void);
 char *pwd, *homedir;
 static Backend *back;
 static void *backhandle;
+static Config cfg;
 
 /* ----------------------------------------------------------------------
  * Higher-level helper functions used in commands.