mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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@intevation.de>
This commit is contained in:
parent
ef1922b3b1
commit
2e71bf30f0
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@
|
||||||
#define MY_O_BINARY 0
|
#define MY_O_BINARY 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __MINGW32__
|
||||||
|
int _dowildcard = -1;
|
||||||
|
#endif
|
||||||
|
|
||||||
enum cmd_and_opt_values
|
enum cmd_and_opt_values
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue