1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Oops - fix total idiocies in applying that patch

[originally from svn r329]
This commit is contained in:
Simon Tatham 1999-11-30 11:13:33 +00:00
parent a8d5838ebc
commit 97b5df1691
2 changed files with 1 additions and 2 deletions

View File

@ -69,7 +69,7 @@ typedef enum {
US_NONE = 0, US_KEY = 1, US_DISP = 2, US_BOTH = 3 US_NONE = 0, US_KEY = 1, US_DISP = 2, US_BOTH = 3
} Unscroll_Trigger; } Unscroll_Trigger;
GLOBAL Unscroll_trigger unscroll_event; GLOBAL Unscroll_Trigger unscroll_event;
#define WM_NETEVENT (WM_USER + 1) #define WM_NETEVENT (WM_USER + 1)

View File

@ -1,4 +1,3 @@
++ terminal.c.new Mon Nov 22 15:02:03 1999
#include <windows.h> #include <windows.h>
#include <stdio.h> #include <stdio.h>