diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.c.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell.c.in b/src/shell.c.in index 50f78acca..b78759c00 100644 --- a/src/shell.c.in +++ b/src/shell.c.in @@ -454,6 +454,7 @@ static int stdin_is_interactive = 1; # define SHELL_WIN_UTF8_OPT 1 static int console_utf8 = sizeof(char*)/4 - 1; #else +# define console_utf8 0 # define SHELL_WIN_UTF8_OPT 0 #endif |