mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
(S_IRGRP) [HAVE_DOSISH_SYSTEM]: Define to 0.
This commit is contained in:
parent
3220faf7f7
commit
44289a4e68
2 changed files with 8 additions and 1 deletions
|
@ -60,12 +60,15 @@
|
|||
|
||||
#if defined(HAVE_DOSISH_SYSTEM) || defined(__CYGWIN__)
|
||||
#define MY_O_BINARY O_BINARY
|
||||
#ifndef S_IRGRP
|
||||
# define S_IRGRP 0
|
||||
# define S_IWGRP 0
|
||||
#endif
|
||||
#else
|
||||
#define MY_O_BINARY 0
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
enum cmd_and_opt_values
|
||||
{
|
||||
aNull = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue