projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e4d8f2
)
config.h.W32.template (pid_t): Add a definition for 64-bit Windows builds that don...
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 Jul 2010 11:38:01 +0000
(11:38 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 Jul 2010 11:38:01 +0000
(11:38 +0000)
config.h.W32.template
patch
|
blob
|
history
diff --git
a/config.h.W32.template
b/config.h.W32.template
index
853881b
..
2b50e4c
100644
(file)
--- a/
config.h.W32.template
+++ b/
config.h.W32.template
@@
-426,8
+426,12
@@
this program. If not, see <http://www.gnu.org/licenses/>. */
/* Define to `int' if <sys/types.h> does not define. */
/* GCC 4.x reportedly defines pid_t. */
#ifndef _PID_T_
+#ifdef _WIN64
+#define pid_t __int64
+#else
#define pid_t int
#endif
+#endif
/* Define to `int' if <sys/types.h> doesn't define. */
#define uid_t int