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

Enable copying the Event Log

[originally from svn r619]
This commit is contained in:
Simon Tatham
2000-09-22 14:46:26 +00:00
parent ddbc120725
commit cbdd9b3ac5
5 changed files with 58 additions and 11 deletions

View File

@ -33,6 +33,12 @@ void connection_fatal (char *p, ...) {
exit(1);
}
/*
* Stubs for linking with other modules.
*/
void write_clip (void *data, int len) { }
void term_deselect(void) { }
HANDLE outhandle;
DWORD orig_console_mode;