diff options
author | Ron Yorston <rmy@pobox.com> | 2022-04-23 12:25:36 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2022-04-23 12:25:36 +0100 |
commit | 2f0c3703f803e3011d8f0fdd618c796ada7b2925 (patch) | |
tree | 9fc429622d1e94f33594cb900570e3713785543b /shell | |
parent | 037037df6cdc567132acbeeb2067c442f945889e (diff) | |
download | busybox-w32-2f0c3703f803e3011d8f0fdd618c796ada7b2925.tar.gz busybox-w32-2f0c3703f803e3011d8f0fdd618c796ada7b2925.tar.bz2 busybox-w32-2f0c3703f803e3011d8f0fdd618c796ada7b2925.zip |
win32: proper conditional compilation in popen.c
In mingw_fork_compressor() the code to prefer applets over external
programs should be conditionally compiled based on the setting of
ENABLE_FEATURE_PREFER_APPLETS.
In mingw_popen() there's no need to use ENABLE_FEATURE_SH_STANDALONE
for the same purpose. ENABLE_FEATURE_PREFER_APPLETS is sufficient.
Save a few bytes by sharing a format string in mingw_fork_compressor().
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions