aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h4
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 */
8typedef int gid_t; 8typedef int gid_t;
9typedef int uid_t; 9typedef int uid_t;
10#ifndef _WIN64
10typedef int pid_t; 11typedef int pid_t;
12#else
13typedef __int64 pid_t;
14#endif
11 15
12/* 16/*
13 * arpa/inet.h 17 * arpa/inet.h