Thread (4 messages) flat view 4 messages, 3 authors, 2016-06-15

Re: [msysGit] Re: [PATCH 1/2] Fix MSVC build

From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:49:05

Hi,

On Tue, 6 Jul 2010, Johannes Sixt wrote:
Am 7/5/2010 21:41, schrieb Peter Harris:
quoted
Signed-off-by: Peter Harris <redacted>
---
 compat/mingw.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/compat/mingw.h b/compat/mingw.h
index 8104039..08fea02 100644
--- a/compat/mingw.h
+++ b/compat/mingw.h
@@ -14,11 +14,13 @@ typedef int uid_t;
 #define S_ISSOCK(x) 0
 
 #ifndef _STAT_H_
+#ifndef S_IRUSR
 #define S_IRUSR 0
 #define S_IWUSR 0
 #define S_IXUSR 0
 #define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
 #endif
+#endif
 #define S_IRGRP 0
 #define S_IWGRP 0
 #define S_IXGRP 0
This doesn't apply: I don't see the #ifndef _STAT_H_ brackets anywhere in
my version of compat/mingw.h.
Obviously, this is a patch against 4msysgit's devel branch.

Hth,
Dscho
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help