]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - be_nossh.c
Ben Rudiak-Gould points out that we should be using WM_APP as the base for
[PuTTY.git] / be_nossh.c
index 76355cba0b1a4f3e187ef6270a9dc693589302b0..18ba32a7926cdb11e4dcef023b368583cf102ccf 100644 (file)
@@ -3,10 +3,13 @@
  * including ssh.
  */
 
-#include <windows.h>
 #include <stdio.h>
 #include "putty.h"
 
+const int be_default_protocol = PROT_TELNET;
+
+const char *const appname = "PuTTYtel";
+
 struct backend_list backends[] = {
     {PROT_TELNET, "telnet", &telnet_backend},
     {PROT_RLOGIN, "rlogin", &rlogin_backend},
@@ -25,10 +28,6 @@ void random_destroy_seed(void)
 {
 }
 
-void noise_ultralight(DWORD data)
-{
-}
-
-void noise_regular(void)
+void noise_ultralight(unsigned long data)
 {
 }