aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/gpg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index b4b802248..8e19a89f3 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -77,10 +77,6 @@
#define MY_O_BINARY 0
#endif
-#ifdef __MINGW32__
-int _dowildcard = -1;
-#endif
-
enum cmd_and_opt_values
{
aNull = 0,
@@ -1196,6 +1192,10 @@ my_strusage( int level )
p = zips;
break;
+ case 95:
+ p = "1"; /* <-- Enable globbing under Windows (see init.c) */
+ break;
+
default: p = NULL;
}
return p;