diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 12c5ef71d..090dd1776 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -7,7 +7,11 @@ | |||
7 | */ | 7 | */ |
8 | typedef int gid_t; | 8 | typedef int gid_t; |
9 | typedef int uid_t; | 9 | typedef int uid_t; |
10 | #ifndef _WIN64 | ||
10 | typedef int pid_t; | 11 | typedef int pid_t; |
12 | #else | ||
13 | typedef __int64 pid_t; | ||
14 | #endif | ||
11 | 15 | ||
12 | /* | 16 | /* |
13 | * arpa/inet.h | 17 | * arpa/inet.h |