aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-12-10 13:52:11 +0000
committerRon Yorston <rmy@pobox.com>2012-12-10 13:52:11 +0000
commit494dc899fd1b3b5fbac1c47bc5a604aed99654c8 (patch)
treebd78c7c33d5cfc89de25099375ff4554400a27b2 /applets
parent7e6a84d77b53451498d31c4b621a7ba55a8f7db6 (diff)
downloadbusybox-w32-494dc899fd1b3b5fbac1c47bc5a604aed99654c8.tar.gz
busybox-w32-494dc899fd1b3b5fbac1c47bc5a604aed99654c8.tar.bz2
busybox-w32-494dc899fd1b3b5fbac1c47bc5a604aed99654c8.zip
Add a build option to turn MSVCRT globbing on or off
Diffstat (limited to 'applets')
-rw-r--r--applets/applets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applets.c b/applets/applets.c
index 7ffa7a896..0e2f94f40 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -9,7 +9,7 @@
9#include "busybox.h" 9#include "busybox.h"
10 10
11#if ENABLE_BUILD_LIBBUSYBOX 11#if ENABLE_BUILD_LIBBUSYBOX
12#if ENABLE_PLATFORM_MINGW32 12#if ENABLE_NOGLOB
13/* disable MSVCRT command line globbing */ 13/* disable MSVCRT command line globbing */
14int _CRT_glob = 0; 14int _CRT_glob = 0;
15#endif 15#endif