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

Change a GLOBAL' to an extern' for Borland sanity

[originally from svn r502]
This commit is contained in:
Simon Tatham 2000-06-22 08:41:25 +00:00
parent 4ab52dc254
commit a4284137a1

View File

@ -111,7 +111,7 @@ typedef struct {
GLOBAL Backend *back;
GLOBAL struct backend_list {
extern struct backend_list {
int protocol;
char *name;
Backend *backend;