summaryrefslogtreecommitdiffstats
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
commit5f98f2abf1fcb7789ff2d951a808f17f6c13a202 (patch)
tree7c19a5eaa546948f907d796b24e05857396345df /win32
parent902b852d8f1dad08097de87c405c4ea85fb6ef4d (diff)
downloadruby-5f98f2abf1fcb7789ff2d951a808f17f6c13a202.tar.gz
ruby-5f98f2abf1fcb7789ff2d951a808f17f6c13a202.tar.xz
ruby-5f98f2abf1fcb7789ff2d951a808f17f6c13a202.zip
* {bcc,win}32/Makefile.sub (config.h): define uint32_t.
git-svn-id: http://svn.ruby-lang.org/repos/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 88f8008e9..3f66fc08c 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