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:
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user