1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05: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

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)
{
}