[Pkg-gnupg-commit] [gnupg2] 95/132: w32: Enable wildcard expansion with mingw-w64

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 17 03:07:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 2e71bf30f038ca0e142acbb6f650ce029105f8a2
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Aug 12 21:22:23 2014 +0200

    w32: Enable wildcard expansion with mingw-w64
    
    * g10/gpg.c: Define _dowildcard = -1;
    
    --
    If this value is defined wildcard support in the c runtime
    is enabled again. This fixes a regression caused by switching to
    mingw 3.0
    
    Signed-off-by: Andre Heinecke <aheinecke at intevation.de>
---
 g10/gpg.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/g10/gpg.c b/g10/gpg.c
index e228427..d193cb2 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -73,6 +73,9 @@
 #define MY_O_BINARY  0
 #endif
 
+#ifdef __MINGW32__
+int _dowildcard = -1;
+#endif
 
 enum cmd_and_opt_values
   {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list