summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-11 15:30:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-11 15:30:24 +0000
commit32bd439f76f874f21c70feacf72c953a9983415b (patch)
tree986b1b24c8f694fc3bd46ddd669c76f01d3fc4b6 /win32
parentfeb67bc72942770ab8dd42436293776d8a7aa8b4 (diff)
* win32/Makefile.sub (config.h): need PRI_LL_PREFIX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index d32e0c7b1a..6f84cd1b63 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -538,6 +538,8 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
!else
#define ssize_t int
!endif
+#define PRI_LL_PREFIX "I64"
+#define PRI_PIDT_PREFIX PRI_INT_PREFIX
#define GETGROUPS_T int
#define RETSIGTYPE void
#define TYPEOF_TIMEVAL_TV_SEC long