Change a `GLOBAL' to an `extern' for Borland sanity
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 1029de3..151ab9e 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -111,7 +111,7 @@ typedef struct {
 
 GLOBAL Backend *back;
 
-GLOBAL struct backend_list {
+extern struct backend_list {
     int protocol;
     char *name;
     Backend *backend;