aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-02-17 13:59:17 +0000
committerRon Yorston <rmy@pobox.com>2019-02-17 13:59:17 +0000
commit743580b4c029e200b1390075a1328ab314973bc2 (patch)
treeee967e8fe9f8c2016d50fddbe2b8837b6fa7aa79 /configs
parent5d710374afe4545d8e14c0559857b50ceceb1df3 (diff)
downloadbusybox-w32-743580b4c029e200b1390075a1328ab314973bc2.tar.gz
busybox-w32-743580b4c029e200b1390075a1328ab314973bc2.tar.bz2
busybox-w32-743580b4c029e200b1390075a1328ab314973bc2.zip
ash: updated support for hiding console
Move the code to hide the console to a separate function in win32/mingw.c. Use lazy loading to avoid problems on platforms where the require APIs aren't supported (PR #70). Enable console hiding in the default 64-bit configuration.
Diffstat (limited to 'configs')
-rw-r--r--configs/mingw64_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig
index a0569b23a..2f85f2883 100644
--- a/configs/mingw64_defconfig
+++ b/configs/mingw64_defconfig
@@ -1112,7 +1112,7 @@ CONFIG_ASH_TEST=y
1112CONFIG_ASH_HELP=y 1112CONFIG_ASH_HELP=y
1113CONFIG_ASH_GETOPTS=y 1113CONFIG_ASH_GETOPTS=y
1114CONFIG_ASH_CMDCMD=y 1114CONFIG_ASH_CMDCMD=y
1115# CONFIG_ASH_NOCONSOLE is not set 1115CONFIG_ASH_NOCONSOLE=y
1116# CONFIG_CTTYHACK is not set 1116# CONFIG_CTTYHACK is not set
1117# CONFIG_HUSH is not set 1117# CONFIG_HUSH is not set
1118# CONFIG_HUSH_BASH_COMPAT is not set 1118# CONFIG_HUSH_BASH_COMPAT is not set