aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-13 10:58:32 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-13 10:58:32 +0000
commitcb912bc64d7ad55f7180ca8039923489eb6bfa06 (patch)
tree7c19a5eaa546948f907d796b24e05857396345df /win32
parentfab87736fd2b421f94196dee7bda4a745a1f20e9 (diff)
downloadruby-cb912bc64d7ad55f7180ca8039923489eb6bfa06.tar.gz
* {bcc,win}32/Makefile.sub (config.h): define uint32_t.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 88f8008e9d..3f66fc08c6 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -365,6 +365,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
#define rb_pid_t int
#define rb_gid_t int
#define rb_uid_t int
+#define uint32_t unsigned int
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define HAVE_ST_RDEV 1
#define GETGROUPS_T int