Differences From Artifact [d9e33566eb]:
- File window.c — part of check-in [2ec133bcd4] at 2000-09-20 06:40:23 on branch trunk — Ensure backend netevent handlers are never reentered - fixes many strange problems with the ssh.c coroutines (user: simon size: 60168)
To Artifact [bdd39c7b42]:
- File window.c — part of check-in [95ba42915d] at 2000-09-21 09:34:32 on branch trunk — Miscellaneous ssh2 fixes. plink is now relatively sane (user: simon size: 60153)
| ︙ | |||
86 87 88 89 90 91 92 | 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | - + |
WORD winsock_ver;
WSADATA wsadata;
WNDCLASS wndclass;
MSG msg;
int guess_width, guess_height;
putty_inst = inst;
|
| ︙ |