1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Update Makefile generation and ensure everything works with Borland 5.5

[originally from svn r684]
This commit is contained in:
Simon Tatham
2000-10-06 15:54:04 +00:00
parent b584238186
commit 942d7f0533
3 changed files with 16 additions and 8 deletions

View File

@ -177,7 +177,7 @@ static int get_password(const char *prompt, char *str, int maxlen)
return 1;
}
static int WINAPI stdin_read_thread(void *param) {
static DWORD WINAPI stdin_read_thread(void *param) {
struct input_data *idata = (struct input_data *)param;
HANDLE inhandle;