diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-16 13:22:09 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-16 13:22:09 +0000 |
commit | 73cc4a2cd7e1245d82125d233498999b108a1d7d (patch) | |
tree | 2a922846ac2a8b90a1de7bd3f3b2290ecead0916 /wince | |
parent | 49e9468085d1a0d451703e614746bde8f81e2564 (diff) |
* 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
Diffstat (limited to 'wince')
-rw-r--r-- | wince/Makefile.sub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 1930d23be8..6579705d56 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -223,6 +223,9 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/wince/Makefile.sub #define HAVE_FCNTL_H 1 #define HAVE_SYS_UTIME_H 1 #define HAVE_FLOAT_H 1 +#define rb_uid_t int +#define rb_gid_t int +#define rb_pid_t int #define HAVE_STRUCT_STAT_ST_RDEV 1 #define HAVE_ST_RDEV 1 #define GETGROUPS_T int |