From c345257ff6c1e913125739545a40cc1b60b62611 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 15 Aug 2000 06:22:49 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'win32/win32.h') diff --git a/win32/win32.h b/win32/win32.h index 9e6e153489..0435e0cb97 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -414,4 +414,16 @@ extern char *mystrerror(int); #endif #define rename myrename +struct tms { + long tms_utime; + long tms_stime; + long tms_cutime; + long tms_cstime; +}; + +#ifdef times +#undef times +#endif +#define times mytimes + #endif -- cgit v1.2.3