summaryrefslogtreecommitdiff
path: root/ttyin.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttyin.c')
-rw-r--r--ttyin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttyin.c b/ttyin.c
index 8ef11eff59303..3bb99ecca6fb1 100644
--- a/ttyin.c
+++ b/ttyin.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2019 Mark Nudelman
+ * Copyright (C) 1984-2020 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -23,7 +23,7 @@
#define _WIN32_WINNT 0x400
#endif
#include <windows.h>
-static DWORD console_mode;
+public DWORD console_mode;
public HANDLE tty;
#else
public int tty;