1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Might as well provide PuTTYtel for Unix. It's not much effort!

[originally from svn r3147]
This commit is contained in:
Simon Tatham 2003-04-26 14:36:48 +00:00
parent 79426308bf
commit abe4091f52
2 changed files with 4 additions and 2 deletions

3
Recipe
View File

@ -158,6 +158,9 @@ pterm : [X] pterm terminal wcwidth uxucs uxmisc tree234 misc ldisc ldiscucs
putty : [X] pterm terminal wcwidth uxucs uxmisc tree234 misc ldisc ldiscucs
+ logging uxprint settings pty uxsel be_all uxstore signal CHARSET
+ uxputty NONSSH UXSSH UXMISC logging ux_x11 UXCFG
puttytel : [X] pterm terminal wcwidth uxucs uxmisc tree234 misc ldisc ldiscucs
+ logging uxprint settings pty uxsel be_nossh uxstore signal CHARSET
+ uxputty NONSSH UXMISC logging UXCFG
plink : [U] uxplink uxcons NONSSH UXSSH be_all logging UXMISC signal ux_x11

View File

@ -3,7 +3,6 @@
* including ssh.
*/
#include <windows.h>
#include <stdio.h>
#include "putty.h"
@ -29,7 +28,7 @@ void random_destroy_seed(void)
{
}
void noise_ultralight(DWORD data)
void noise_ultralight(unsigned long data)
{
}