1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-05 21:42:47 -05: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
} Unscroll_Trigger;
GLOBAL Unscroll_trigger unscroll_event;
GLOBAL Unscroll_Trigger unscroll_event;
#define WM_NETEVENT (WM_USER + 1)