mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Oops - fix total idiocies in applying that patch
[originally from svn r329]
This commit is contained in:
parent
a8d5838ebc
commit
97b5df1691
2
putty.h
2
putty.h
@ -69,7 +69,7 @@ typedef enum {
|
||||
US_NONE = 0, US_KEY = 1, US_DISP = 2, US_BOTH = 3
|
||||
} Unscroll_Trigger;
|
||||
|
||||
GLOBAL Unscroll_trigger unscroll_event;
|
||||
GLOBAL Unscroll_Trigger unscroll_event;
|
||||
|
||||
#define WM_NETEVENT (WM_USER + 1)
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
++ terminal.c.new Mon Nov 22 15:02:03 1999
|
||||
#include <windows.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user