X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=compat%2Fmingw.h;h=cafc1eb08a71dd60566a7389ed606e777cf17fc8;hb=5673d695fcce217b26d1a5956c1184ff62dc74f1;hp=228307110971c7b3259953730687c0e90b07a49c;hpb=20cb8e202520173727f3ea060e1eca035b32e2b7;p=git.git diff --git a/compat/mingw.h b/compat/mingw.h index 228307110..cafc1eb08 100644 --- a/compat/mingw.h +++ b/compat/mingw.h @@ -14,12 +14,6 @@ typedef int socklen_t; #define S_ISLNK(x) (((x) & S_IFMT) == S_IFLNK) #define S_ISSOCK(x) 0 -#ifndef _STAT_H_ -#define S_IRUSR 0 -#define S_IWUSR 0 -#define S_IXUSR 0 -#define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR) -#endif #define S_IRGRP 0 #define S_IWGRP 0 #define S_IXGRP 0