diff options
Diffstat (limited to 'applets/applets.c')
-rw-r--r-- | applets/applets.c | 2 |
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 */ |
14 | int _CRT_glob = 0; | 14 | int _CRT_glob = 0; |
15 | #endif | 15 | #endif |