From 73cc4a2cd7e1245d82125d233498999b108a1d7d Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 16 May 2005 13:22:09 +0000 Subject: * win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_t to get rid of redefinition warnings on mingw. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 7c84aaed5a..bac20a830d 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -231,6 +231,9 @@ $(CONFIG_H): $(MKFILES) $(srcdir)bcc32/Makefile.sub \#define HAVE_FCNTL_H 1 \#define HAVE_UTIME_H 1 \#define HAVE_FLOAT_H 1 +\#define rb_uid_t uid_t +\#define rb_gid_t gid_t +\#define rb_pid_t int \#define HAVE_STRUCT_STAT_ST_RDEV 1 \#define HAVE_ST_RDEV 1 \#define GETGROUPS_T int -- cgit v1.2.3